Bug 131105

Summary: Web Inspector: Missing auth-basic header in request inspector
Product: WebKit Reporter: Martin Häcker <spamfaenger>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
See Also: https://bugs.webkit.org/show_bug.cgi?id=272020
Attachments:
Description Flags
Screenshot from Safari's inspector
none
Screenshot from Chromium none

Martin Häcker
Reported 2014-04-02 06:55:47 PDT
Created attachment 228392 [details] Screenshot from Safari's inspector Version: Version 7.0.3 (9537.75.14) Requst inspector in Webkit is missing the 'Authorization' header responsible for auth-basic authentication to websites. Thus it is hard to debug this with the inspector. Two screenshots showing the difference, once from Safari and once from Chromium.
Attachments
Screenshot from Safari's inspector (33.11 KB, image/png)
2014-04-02 06:55 PDT, Martin Häcker
no flags
Screenshot from Chromium (50.24 KB, image/png)
2014-04-02 06:56 PDT, Martin Häcker
no flags
Radar WebKit Bug Importer
Comment 1 2014-04-02 06:56:08 PDT
Martin Häcker
Comment 2 2014-04-02 06:56:13 PDT
Created attachment 228393 [details] Screenshot from Chromium
Timothy Hatcher
Comment 3 2014-04-02 11:47:43 PDT
This is a limitation of CFNetwork, which WebKit uses for networking. They add most of the headers and we don't know what they add at the WebKit level. We have a request internally to add such a capability.
Note You need to log in before you can comment on or make changes to this bug.