WKWebView

时间:2016-03-27 11:45:56

标签: security ssl https wkwebview pinning

根据caniuse.com iOS Safari 9.2和9.3 do not support TLS public key pinning以及标题Public-Key-Pins

如何使用WKWebView进行公钥固定?

1 个答案:

答案 0 :(得分:1)

WkWebView为您提供验证WKNavigationDelegate webView:didReceiveAuthenticationChallenge:completionHandler: https://developer.apple.com/library/ios/documentation/WebKit/Reference/WKNavigationDelegate_Ref/index.html)中服务器证书链的处理程序。

"在网页浏览中固定"本文的一部分:https://datatheorem.github.io/TrustKit/getting-started.html,它还是一个用于在iOS应用中实现公钥固定的库。