简体   繁体   English

Phonegap-Javascript发送跨域ajax请求

[英]Phonegap-Javascript sending cross-domain ajax request

I'm using PhoneGap and JavaScript to produce an iPhone app. 我正在使用PhoneGap和JavaScript来制作iPhone应用程序。 Is it possible to send a cross-domain AJAX (POST) request and download the response as HTML? 是否可以发送跨域AJAX(POST)请求并将响应下载为HTML? (ex.: sign into yahoo mail and fetch new mails) (例如:登录雅虎邮箱并获取新邮件)

Cordova/PhoneGap allow for whitelisting of domains. Cordova / PhoneGap允许域名列入白名单 As long as the server you are requesting is in the whitelist. 只要您请求的服务器位于白名单中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM