1 Answer
- Newest
- Most votes
- Most comments
1
Please take a look at this troubleshooting guide to see if any of these reasons are responsible - https://aws.amazon.com/premiumsupport/knowledge-center/api-gateway-cors-errors/
Have you configured CORS on your API Gateway API?
Relevant content
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
Take a look at this - https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-cors.html
Yes, I have configured .
The problem is solved. I gave Access-Control-Allow-Headers as '*' in API Gateway CORS. Then it works.