Pasteur Miranda
Posts: 0
Joined: Thu Aug 01, 2013 2:59 am

Access to rest service do not work if appery.io proxy is not used

Hi,

I tested my app using appery.io proxy to access rest services. But now I'm removing appery.io proxy in order to post the app to Google Play and App store. The problem is, if I remove the proxy and access the app from an web browser, it does not work and console shows the message "XMLHttpRequest cannot load http://www.... Origin http://www.... is not allowed by Access-Control-Allow-Origin.".

How can I access rest services in web browsers without using appery.io proxy?

Code: Select all

Thanks
maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Access to rest service do not work if appery.io proxy is not used

The service you are using doesn't support cross-domain calls: http://docs.appery.io/documentation/c...

Return to “Issues”