Cross-domain AJAX calls in Safari and Chrome Cross-domain AJAX calls in Safari and Chrome ajax ajax

Cross-domain AJAX calls in Safari and Chrome


Not sure about safari, but Chrome has a command line switch for this:

chrome.exe --disable-web-security

You can view a full list (as of when it was posted!) of command line options for chrome here.