CORS service

hi there someone can helpme i wanna read a get data from my localhost to www.xxx.com page but i can’t how i can make thath
thk… :smiley:

use JSONP get-requests, then you are not running in the cors problem, or start your google-chrome with “–disable-web-security” to allow cross origin requests.

thk…!! but when i run the project works too ?? on my device… ??? thk a lot.!!

If you are building your app and runs it on your device in the app-context… installed as regular ipa or apk it should work also.