[Webkit-unassigned] [Bug 138169] WKWebView does not fully support custom NSURLProtocol

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 16 20:20:23 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=138169

drew at sealedabstract.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |drew at sealedabstract.com

--- Comment #24 from drew at sealedabstract.com ---
We use NSURLProtocol to actually use a non-HTTP(S) wire protocol.  It's more efficient than the traditional stuff and provides a real UX improvement for various classes of captive native/web applications.

A lot of the usecases in this thread could (in theory) be resolved by new API surface–content blocking, cookies, etc could all be solved by new API.

However, for folks who actually need to intercept the requests themselves, the existing API was very good, and it's a real shame to see it go.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160717/a161a719/attachment.html>


More information about the webkit-unassigned mailing list