I’m trying to develop using --livereload with Ionic + iOS emulator on mac OSX, and seeing CORS errors whenever making a request to an external API.
I set up a service proxy per https://ionicframework.com/docs/cli/configuring.html#service-proxies and I’m seeing:
Origin is not allowed by Access-Control-Allow-Origin. http://localhost:8100/api/…
I need to make requests from localhost to my service proxy (also localhost). Not sure what I’m doing wrong or why my requests are being made from my external IP.
Any advice is appreciated, thanks!