I am trying to dynamically change request parameters as shown in this link
https://getsatisfaction.com/apperyio/...
I change the url with the appropriate parameters and call
service_name.execute({"url":"http://www.xxxx/my.svc/ud?p=test&ci=test});
This does not work when you test in the browser either using the appery proxy (in settings) or not but does work on the mobile when the proxy is off. This makes debugging very slow as you have to build and install before you can see what is happening.
The service works OK (using the proxy) if I don't change the url but just use the url and parameters in 'settings'. How do I use the proxy with dynamic urls to help with debugging?