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?













0















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?










share|improve this question
























  • 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















0















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?










share|improve this question
























  • 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













0












0








0








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?










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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

















  • 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












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
);



);













draft saved

draft discarded


















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















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript