Last Updated: February 25, 2016
·
786
· chluehr

XHR / Phonegap app testing in Chrome

Start Google Chrome with the command line switch:
--disable-web-security
This disables the same-origin policy checks/constraints and simplifies testing of Apache Cordova / Phonegap apps in the browser.