Chrome browser..
Testing phonegap app. In Appery Web mobile test
I have a rest service thats fired on timer. And sends data to my server.
Now it always gives 404 error and the url of rest service is not my server but is the appery server.
eg.
code
Request URL:http://appery.io/app/view/9c9d821d-8657-4431-99b1-43346bc3242/SYS/Region1/app_scripts/techactivity_app.php/code
Request Method:POST
Status Code:302 Moved Temporarily
This should becode
Request URL:http://www.myserver/SYS/Region1/app_scripts/techactivity_app.php/code
Shouldn't it?