CORS support in API Gateway deployment– for API access from local host
Web browsers typically implement a “same-origin policy” to prevent code from making requests against a different origin to the one from which the code was served. The intention of …