ios - 如何拦截 ios WKWebView 上的所有 http(s) 请求?
<p><p>我有一个 Android 应用程序,它严重依赖 <code>WebView</code> 上的 <code>shouldIntercept</code>,最好使用 <code>WKWebView</code> 移植到 iOS。有没有办法为所有 http 和 https 调用实现类似于 <code>shouldIntercept</code> 的东西?</p>
<p>编辑:android webview 将让我拦截所有资源、图像、视频、html、Javascript 等。有什么方法可以在 ios 上做到这一点吗? </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>看看<a href="https://github.com/WildDylan/WKWebViewWithURLProtocol" rel="noreferrer noopener nofollow">this github repository</a>称为 WKWebViewWithURLProtocol Casolorz。该库使您能够使用 NSURLProtocol 使用方法 swizzling 来拦截您的网络请求。 </p></p>
<p style="font-size: 20px;">关于ios - 如何拦截 ios WKWebView 上的所有 http(s) 请求?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/49676770/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/49676770/
</a>
</p>
页:
[1]