AWS API Gateway remove response headersCan't use custom Request Headers on AWS API Gateway with CORSHow to bypass header from request into header in response in AWS API Gateway?AWS API Gateway: Use mock integration to redirectAWS lambda api gateway error “Malformed Lambda proxy response”AWS API Gateway return HTMLDefault Response Headers: AWS API Gateway w/ Proxy IntegrationAPI gateway with lambda proxy throwing InternalServerErrorAPI Gateway Cloudformation CORSreturn a 302 from AWS API Gateway using request pathWhy do I get a CORS error on API Gateway GET request when the OPTIONS request has statusCode 200?
In Bayesian inference, why are some terms dropped from the posterior predictive?
What is an equivalently powerful replacement spell for the Yuan-Ti's Suggestion spell?
If a warlock makes a Dancing Sword their pact weapon, is there a way to prevent it from disappearing if it's farther away for more than a minute?
Why was the shrink from 8″ made only to 5.25″ and not smaller (4″ or less)
My ex-girlfriend uses my Apple ID to log in to her iPad. Do I have to give her my Apple ID password to reset it?
How dangerous is XSS
One verb to replace 'be a member of' a club
Is there a hemisphere-neutral way of specifying a season?
Solving an equation with constraints
Why is the sentence "Das ist eine Nase" correct?
How can a day be of 24 hours?
How badly should I try to prevent a user from XSSing themselves?
Can a virus destroy the BIOS of a modern computer?
Does Dispel Magic work on Tiny Hut?
Where would I need my direct neural interface to be implanted?
How to compactly explain secondary and tertiary characters without resorting to stereotypes?
Notepad++ delete until colon for every line with replace all
Is this draw by repetition?
Getting extremely large arrows with tikzcd
Was the Stack Exchange "Happy April Fools" page fitting with the '90's code?
How do conventional missiles fly?
How to Prove P(a) → ∀x(P(x) ∨ ¬(x = a)) using Natural Deduction
Unlock My Phone! February 2018
Can someone clarify Hamming's notion of important problems in relation to modern academia?
AWS API Gateway remove response headers
Can't use custom Request Headers on AWS API Gateway with CORSHow to bypass header from request into header in response in AWS API Gateway?AWS API Gateway: Use mock integration to redirectAWS lambda api gateway error “Malformed Lambda proxy response”AWS API Gateway return HTMLDefault Response Headers: AWS API Gateway w/ Proxy IntegrationAPI gateway with lambda proxy throwing InternalServerErrorAPI Gateway Cloudformation CORSreturn a 302 from AWS API Gateway using request pathWhy do I get a CORS error on API Gateway GET request when the OPTIONS request has statusCode 200?
I have created an API using AWS api gateway which contains a mock endpoint /test
.
In my response, I get the headers x-amzn-RequestId
and x-amz-apigw-id
. In case of an error, e.g. using a non existing endpoint /test2
, I also get the x-amazn-ErrorType
header.
I don't want these aws headers to be in my api response. How can these be removed?
amazon-web-services api aws-api-gateway
add a comment |
I have created an API using AWS api gateway which contains a mock endpoint /test
.
In my response, I get the headers x-amzn-RequestId
and x-amz-apigw-id
. In case of an error, e.g. using a non existing endpoint /test2
, I also get the x-amazn-ErrorType
header.
I don't want these aws headers to be in my api response. How can these be removed?
amazon-web-services api aws-api-gateway
There are workarounds to eliminate these, but others may appear as a side effect. Why do you want these removed?
– Michael - sqlbot
Mar 22 at 13:57
add a comment |
I have created an API using AWS api gateway which contains a mock endpoint /test
.
In my response, I get the headers x-amzn-RequestId
and x-amz-apigw-id
. In case of an error, e.g. using a non existing endpoint /test2
, I also get the x-amazn-ErrorType
header.
I don't want these aws headers to be in my api response. How can these be removed?
amazon-web-services api aws-api-gateway
I have created an API using AWS api gateway which contains a mock endpoint /test
.
In my response, I get the headers x-amzn-RequestId
and x-amz-apigw-id
. In case of an error, e.g. using a non existing endpoint /test2
, I also get the x-amazn-ErrorType
header.
I don't want these aws headers to be in my api response. How can these be removed?
amazon-web-services api aws-api-gateway
amazon-web-services api aws-api-gateway
edited Mar 21 at 23:12
bwest
7,00121847
7,00121847
asked Mar 21 at 20:34
sonja221sonja221
1
1
There are workarounds to eliminate these, but others may appear as a side effect. Why do you want these removed?
– Michael - sqlbot
Mar 22 at 13:57
add a comment |
There are workarounds to eliminate these, but others may appear as a side effect. Why do you want these removed?
– Michael - sqlbot
Mar 22 at 13:57
There are workarounds to eliminate these, but others may appear as a side effect. Why do you want these removed?
– Michael - sqlbot
Mar 22 at 13:57
There are workarounds to eliminate these, but others may appear as a side effect. Why do you want these removed?
– Michael - sqlbot
Mar 22 at 13:57
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55288841%2faws-api-gateway-remove-response-headers%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55288841%2faws-api-gateway-remove-response-headers%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
There are workarounds to eliminate these, but others may appear as a side effect. Why do you want these removed?
– Michael - sqlbot
Mar 22 at 13:57