- I’m using AWS API Gateway at https://console.aws.amazon.com/apigateway/home
- I did all of the steps to set up a proxy for http://foo.com (example)
- I deployed it and the URL is http://bar.com (example)
- When I go to http://bar.com/hello, it redirects me to http://foo.com/hello
- I want it to stay at http://bar.com/hello, but deliver the contents from http://foo.com/hello like a normal proxy service
Note: My primary intent is to get around CORS issues with a service