-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
403 - The request could not be satisfied #15
Comments
Get the same message. I think it might be something to do with headers. Works only when I have headers: - x-api-key and doesn't work with "all" |
@ablankenship10 Do you use IAM authorization for your Lambda ? Or send an "Authorization" header in your request ? |
Hey there! https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/forward-custom-headers.html Custom Headers that CloudFront Can't Forward to Your Origin section Also, if you want to use CF in front of AGW and pass Hope that it helps! |
After setting up my working API with this plugin, and pointing my domain in Route 53 to the distribution I can only get "403 The request could not be satisfied" errors. This is my config:
I tried using the url both as api.domain.com/stage/endpoint and api.domain.com/endpoint to no avail. (I want the former version so I can have both of my stages on the same api.domain.com address.)
What am I missing?
The text was updated successfully, but these errors were encountered: