[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 18 21:59:58 PDT 2009


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





--- Comment #11 from Patrick Mueller <pmuellr at yahoo.com>  2009-08-18 21:59:55 PDT ---
As Tim mentions, nightlies now include resource filtering, so you can select
XHR and just see those.  There is also a little toggle in the bottom line of
the window where you can use smaller rows.

But in addition, XHRs are logged in the console window, though I believe just
the completions.

I like the list you have in Bug 28119.  But a lot of that isn't really relevant
to this particular bug.  I >do< think it makes sense to render the HTTP request
payload as appropriate, but will probably just do the form data for now, plain
text dump if the content type doesn't indicate it's form data (or whatever). 
Request output AND input should be formatted for specific type handlers (JSON,
HTML, XML), but I'll leave that for another bug.

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