Phonegap-Javascript发送跨域ajax请求
问题描述:
我正在使用 PhoneGap 和 JavaScript 来制作 iPhone 应用程序.是否可以发送跨域 AJAX (POST) 请求并将响应下载为 HTML?(例如:登录雅虎邮箱并获取新邮件)
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)
答
Cordova/PhoneGap 允许 白名单 域.只要您请求的服务器在白名单中.
Cordova/PhoneGap allow for whitelisting of domains. As long as the server you are requesting is in the whitelist.