Is there any product or tool I can use to test a phonegap application’s ajax in chrome? I’d like to keep developing in Chrome, but cross-domain requests are going to kill me here.
Ideally, I could still use chrome, and somehow the ajax would get intercepted and run by a proxy of some sort.
Start chrome using
--disable-web-securityand you can make cross-site ajax requests. This was broken for a while, but it’s fixed again.