CORS Error

How to get around CORS Exception

chrome.exe --user-data-dir="C:/Chrome dev session" --disable-web-security

Depending on location of Chrome, file can be run with single line below

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --user-data-dir="C:/Chrome dev session" --disable-web-security

Warning

Goes without saying !! be careful of security