[Webkit-unassigned] [Bug 208257] New: Add SPI _WKResourceLoadDelegate willSendRequest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 26 13:26:32 PST 2020


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

            Bug ID: 208257
           Summary: Add SPI _WKResourceLoadDelegate willSendRequest
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: david_a_moore at apple.com

_WKResourceLoadDelegate does not currently provide a method for signing URL requests for sub-resource loads. A willSendRequest SPI should be added to _WKResourceLoadDelegate to provide an opportunity to attach dynamic headers (i.e., cryptographic signatures).

Sharing the existing _WKResourceLoadDelegate infrastructure, -[WKResourceLoadDelegate webView:resourceLoad:willSendRequest:] will return an NSURLRequest synchronously via the delegate implementation.

-- 
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/20200226/6eaf73c5/attachment-0001.htm>


More information about the webkit-unassigned mailing list