iphone - UIWebView 使用 Mobile Safari 缓存数据/cookies ...这可能吗?
<p><p>我有一个可以访问经过身份验证的内容的应用程序。我知道 webview 无法处理身份验证,所以我做了一些 NSConnection 魔术使其工作(<a href="https://stackoverflow.com/questions/8999776/how-to-do-authentication-in-uiwebview-properly" rel="noreferrer noopener nofollow">something similar to this</a>)</p>
<p>问题是使用此 WebView 可以访问某些内容,但是在成功验证后,还有一些其他内容事件,WebView 无法加载。</p>
<p>但是.. 如果我输入与移动 safari 相同的 url,输入所需的凭据,然后返回我的应用程序,WebView 似乎可以正常加载内容。</p>
<p>我尝试在 Safari 中使用此代码完成身份验证之前和之后查看 cookie</p>
<pre><code>[ cookies];
</code></pre>
<p>和cookies是一样的。</p>
<p>据我了解,代码将检索我的应用生成的 cookie,而不是 iOS 中可用的 cookie,因此显然这不是寻找提示的方法...</p>
<p>有什么想法吗?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>最近,我在互联网上潜伏着同样的问题,答案是“不”=(。
UIWebView 类的对象与 Safari 或其他浏览器分开并被沙盒化。
<a href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSHTTPCookieStorage_Class/Reference/Reference.html" rel="noreferrer noopener nofollow">Here</a>是关于 cookie 的官方立场。</p></p>
<p style="font-size: 20px;">关于iphone - UIWebView 使用 Mobile Safari 缓存数据/cookies ...这可能吗?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/12840587/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/12840587/
</a>
</p>
页:
[1]