[Webkit-unassigned] [Bug 24272] Inspector Should Show All Request Headers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 30 13:32:02 PDT 2009


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org




--- Comment #2 from Alexey Proskuryakov <ap at webkit.org>  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).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list