AWS - API Gateway
You configured this CORS rule but your web app still gets CORS errors when sending POST requests:
What is the likely missing configuration?
{"CORSRules": [{"AllowedOrigins": ["https://myapp.com"], "AllowedMethods": ["POST"]}]}What is the likely missing configuration?
