Hi,
I developed one mobile application using odata service. In that I am getting data from another server.For that I disable the web security in chrome then It's working fine .
When I deploy the same application in phonegap I am getting HTTP Request failed error. For CORS in Phonegap I am using
<access origin=".*" /> in config.xml file
and I have given <uses-permission android:name="android.permission.INTERNET" /> in manifest file.
Still I am getting same error.
How to get the Data from another server in phonegap using Gateway service?
Please Help me to solve this Issue .
Thanks&Regards
Sridevi