[Webkit-unassigned] [Bug 138169] WKWebView does not support NSURLProtocol-style interception of http or https
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 7 18:40:51 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=138169
--- Comment #44 from Stefan Arentz <stefan at arentz.ca> ---
I would highly recommend (request) that this feature is made available on a per-wkwebview basis. That allows for use cases where not all WKWebViews are similar (think private mode vs normal mode vs container, etc.).
It also solves the problem of the proxy not know what WKWebView is talking to it: if it is app wide then there is no way to identify a WKWebView while if they are per-WKWebView then it is trivial to implement something int he proxy (like a unique port number) to make sure that front-end (WKWebView/UIKit) code and backend (Proxy) code can identify each other.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200108/abe6b6bb/attachment.htm>
More information about the webkit-unassigned
mailing list