Disable CORS Chrome check from localhost
When developing app, it is useful when you can disable CORS Chrome check.
Run chrome from commnad line with
params!--disable-web-security --user-data-dir
./chrome.exe --disable-web-security --user-data-dir="C:\Users\PROFILE\AppData\Local\Google\Chrome\User Data\Profile 1"