Do phonegap applications require any CORS changes (like setting Access-Control-Allow-Origin:*) to work? I have a restful API hosted on Heroku and was wondering whether I nee
As of cordova 5 you will need to add the whitelist plugin
https://github.com/apache/cordova-plugin-whitelist
In config.xml add