Reputation: 11327
through AWS ApiGateway GUI
I'm configuring HTTP Header for IntegrationRequest
.
I have a simple GET method (with header "Accept") whose call flow is:
When trying to map the Accept header
in the integration request I get the error:
Do you have any suggestions, please?
Thank you in advance.
Upvotes: 1
Views: 571
Reputation: 11327
I found that in GUI you need to write 'method.request.header.accept' (with quote).
Upvotes: 1