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