【发布时间】:2010-07-17 14:44:54
【问题描述】:
我正在 iphone 中开发 phone-gap 应用程序,我想使用 JQuery.getJSON(url,function) 访问 https (json) 请求,但仅在应用程序中它不会返回任何东西,但在普通移动 safari 中它工作正常,虽然它在 phone-gap 应用程序中作为 http 请求工作正常,但出于安全原因,我想将它作为 https 工作,请帮助我。
【问题讨论】:
-
看起来类似于 [为什么 https json request(rest services) 在 phonegap (iphone) app 中不起作用? ](stackoverflow.com/questions/3236787/…) 几个小时前。