Add CORS SOP Header to API Responses

phs

Member
I'm trying to use the API from a javascript client in a web browser. Unfortunately modern browsers are blocking the requests due to CORS Same Origin Policy.

Could the API please add an "Access-Control-Allow-Origin: *" header to it's HTTP responses please?

More information here: https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-cors.html
 
Thanks :)

Really appreciate the responsiveness from your team. It's so nice being able to assure our presenters that someone listens to and actions suggestions and improvements :)
 
phs said:
Really appreciate the responsiveness from your team. It's so nice being able to assure our presenters that someone listens to and actions suggestions and improvements
Thank you for the good words! This is an advantage of being a small team, we can quickly decide and implement features :)
 
Just closing the loop on this for future Google searchers... This was implemented in 5.8.4.0 - thanks! :)
 
Back
Top