WKWebViewWithURLProtocol
WKWebViewWithURLProtocol copied to clipboard
WKURLSchemeHandler for http and https resource requests
Hi Wilddylan,
As you mentioned, if you target iOS 11, you can now use WKURLSchemeHandler to avoid this trick! 😆
Could you please assist me in how we can add WKURLSchemeHandler support to monitor HTTP/HTTPS resources instead of this private API? AFAIK WKURLSchemeHandler is for custom schemes.
Any sample code would be appreciated.
Thanks, Aruna