AWS - API Gateway
A developer wrote this CORS configuration but the browser still blocks DELETE requests:
What is the error?
{"CORSRules": [{"AllowedOrigins": ["https://app.example.com"], "AllowedMethods": ["GET", "POST", "PUT"]}]}What is the error?
