Disable web security for testing cross site requests 14. April 2015 Marco Giorgi Javascript (0) Do you get the Access-Control-Allow-Origin error?run chrome with the following command:chrome.exe --user-data-dir="C:/Chrome dev session" --disable-web-securityObviously it's only for testing during development