I keep getting the below error when developing my ionic app. It's an authorization header not allowed by the backend.
Solutions tried:
- I use the chrome cors plugin here: https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi?hl=en
- as well as started chrome disabling web security as below
open -a Google\ Chrome --args --disable-web-security --user-data-dir
- Set up a ionic proxy as in this post: https://stackoverflow.com/a/41863260/838355
but I still can't bypass cors check, the error persists. Need some help.