How do I test CORS for HTTP API?
AWS says “If you configure CORS for a HTTP API, API Gateway automatically sends a response to preflight OPTIONS requests, even if there isn’t an OPTIONS route configured for your API. For a CORS request, API Gateway adds the configured CORS headers to the response from an integration.” However, After I did some tests in my account, I noticed HTTP…
Read More »