Preflight request is succeeds, but GET request fails with CORS error status code 200 OK
For context I’ve set up an API gateway and integrated a lambda.
AWS API Gateway CORS – CORS already setup at the API Gateway and in Lambda Function
I have added the domain that is making the request that is receiving the CORS message (a github.io page) into the CORS area of the API Gateway interface, but this doesn’t help anything.