Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are using API Gateway (HTTP) + AWS Lambda and we need to return extra header for CORS:
Access-Control-Allow-Origin
How can we intercept all responses and add custom header to every response?
I tried following but does not seem to have an effect:
Beta Was this translation helpful? Give feedback.
All reactions