I am having a CORS issue with Ionic 3 when attempting to make GET calls to an API. I am using Ionic local server, running ionic serve in the command line for li
To test in development environment, you can run Google Chrome in disable-web-security mode.
Steps to follow (On Windows)
chrome.exe --user-data-dir="C:/Chrome dev session" --disable-web-security
Steps to follow (On Ubuntu)
chrome.exe instances before you run/execute it.chromium-browser --disable-web-security --user-data-dir="[some directory here]"
chromium-browser --disable-web-security
Steps to follow (On Mac)
open -n -a "Google Chrome" --args --user-data-dir=/tmp/temp_chrome_user_data_dir http://localhost:8100/ --disable-web-security