Bug 24388

Summary: Web Inspector- Resources should show parameters and response
Product: WebKit Reporter: David Van der Voort <dvandervoort>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: mjs, nate.abele, pmuellr, rik, steelfu
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://crackle.com

Description David Van der Voort 2009-03-05 09:39:08 PST
While using Safari 4, in the Web Inspector, resources view, on this page I would like to see the response received. For example, looking at the call to channels.ashx, the response is XML but it does not show in the Web Inspector panel. Regarding parameters, it would be nice to have those displayed as well. These features can be seen in Firebug for Firefox and an example of the desired result can been seen using that tool on the same page.
Comment 1 Steel Fu 2009-08-06 15:23:12 PDT
Definitely would be nice.  With this, I could completely rid myself of Firebug.
Comment 2 Maciej Stachowiak 2009-08-09 00:44:16 PDT
The Resources pane lets you see responses. Is that what you had in mind?
Comment 3 David Van der Voort 2009-08-10 09:20:03 PDT
Yes. I should have been clearer.

At this link:
http://crackle.com/c/All-Stars/Same_Glove/2474531

In the Web Inspector,
In the Resources view,
With the file channels.ashx selected,
In the response panel
Expected:
The raw text of the response should be visible.

Actual:
The content of the response is not visible.

It would be nice to see the response content in that panel.

* It would also be nice to see any request parameters passed appear at the top of this panel with Request and Response Headers.

Reason: It is valuable to know all of this information in one place when you have a page that dynamically generates and returns server side XML based on request parameters.
Comment 4 Brian Burg 2014-12-12 14:10:40 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.