Bug 24272 - Inspector Should Show All Request Headers
Summary: Inspector Should Show All Request Headers
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-01 07:50 PST by Joseph Pecoraro
Modified: 2014-12-12 14:09 PST (History)
3 users (show)

See Also:


Attachments
Image of Inspector Only Showing 2 Headers... What about the others? (325.92 KB, image/png)
2009-03-01 07:53 PST, Joseph Pecoraro
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2009-03-01 07:50:11 PST
Right now the Web Inspector does not show all of the Request Headers when fetching a Resource.  I verified that it is at least sending the Accept-Language header (to my server) but that does not show up in the expando list for the "Request Headers" of that Resource.  Firebug does show them, and this was actually the root of my problem.
Comment 1 Joseph Pecoraro 2009-03-01 07:53:38 PST
Created attachment 28144 [details]
Image of Inspector Only Showing 2 Headers... What about the others?

Image of Inspector Only Showing 2 Headers... What about the others?
Comment 2 Alexey Proskuryakov 2009-10-30 13:32:01 PDT
Without actually investigating these, here is a couple of guesses that may be relevant:
- the missing headers are likely those added by NSURLConnection, which is why WebKit doesn't know about these;
- it should be possible to store the actual request in connection:willSendRequest:redirectResponse: delegate call (see comment about <rdar://problem/5380697> there).
Comment 3 Brian Burg 2014-12-12 14:09:00 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests.
Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.