[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 10:45:00 PDT 2009


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





--- Comment #5 from Timothy Hatcher <timothy at hatcher.name>  2009-08-18 10:44:57 PDT ---
(In reply to comment #4)
> I've started to look into this.
> 
> Presumably, when "form data" is associated with a script, we'd show it in the
> resource panel, along side the request and response headers.  I think it would
> be easiest to show it as a peer of the headers, with a new title of "Request
> Parameters", perhaps?
> 
> "form data" would be either the HTTP payload for a post with an acceptable
> content-type for form data submission, or query string parameters specified on
> a GET.
> 
> The form data would then be parsed into key/value pairs, and displayed similar
> to the way the headers are currently displayed.
> 
> While at it, it seems like it would be nice to show the HTTP method used for
> the resource invocation.  Thinking that could be prepended to the URL displayed
> in the Resource panel (the URL above the Request headers, Response Headers tree
> items).

YEs I think that is the right approch. I am not sure about prepending the
method to the URL, but I don't have a better solution.

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