2 Answers
- Newest
- Most votes
- Most comments
1
The list of API Gateway Reserved Headers contains apigw-
: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html#http-api-mapping-reserved-headers
I recommend selecting a different header name.
0
Hi,
This seems to have been a problem already in the past: see https://github.com/aws/aws-lambda-dotnet/issues/915 But ticket is closed probably because according to documentation
Header names and query parameters are processed in a case-sensitive way.
See https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-known-issues.html and check the full table on this page for all standard parameters
Relevant content
- asked 7 months ago
- asked a year ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 2 months ago
Thanks. Is there something with prefix apigw? because it works for any lowercase headers but particularly not the headers that has prefix apigw