[Webkit-unassigned] [Bug 16531] Web Inspector: Show all headers in the Request Headers section of the Resource details sidebar

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 4 20:08:13 PDT 2017


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

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org,
                   |                            |sam at webkit.org,
                   |                            |timothy at hatcher.name
           Assignee|webkit-unassigned at lists.web |joepeck at webkit.org
                   |kit.org                     |

--- Comment #16 from Joseph Pecoraro <joepeck at webkit.org> ---
This information is now available to WebKit on macOS via CFNetwork's public didFinishCollectingMetrics delegate message.

WebKit has access to a complete NSURLRequest which includes all of the request headers that were sent, including Cookie headers, Authorization headers (Basic Auth), and others (Host, Accept*) which may be added underneath WebKit.

-- 
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/20170405/96b84517/attachment.html>


More information about the webkit-unassigned mailing list