[Webkit-unassigned] [Bug 22920] Inspector Request Headers Should Show Data/Variables/Parameters Sent With Request

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 25 08:37:35 PDT 2009


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





--- Comment #15 from Patrick Mueller <pmuellr at yahoo.com>  2009-08-25 08:37:34 PDT ---
Created an attachment (id=38548)
 --> (https://bugs.webkit.org/attachment.cgi?id=38548)
example showing a binary http payload

As with some other cases in inspector, we do a best effort to show the content,
even if it's binary.  Data sent with an HTTP request will be displayed in this
fashion.  It's the same format as other key/value pairs in this pane, only
there is no key, just a value.

Note that file upload data is not available using the APIs I'm using to get the
request data, and so that should never appear here.  I think that actually
works out for the best.

-- 
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