Phonegap-Javascript sending cross-domain ajax requ

2019-01-09 09:01发布

问题:

I'm using PhoneGap and JavaScript to produce an iPhone app. Is it possible to send a cross-domain AJAX (POST) request and download the response as HTML? (ex.: sign into yahoo mail and fetch new mails)

回答1:

Cordova/PhoneGap allow for whitelisting of domains. As long as the server you are requesting is in the whitelist.