[Webkit-unassigned] [Bug 99145] New: Web Inspector: Show request body source in request headers view.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 12 00:19:21 PDT 2012


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

           Summary: Web Inspector: Show request body source in request
                    headers view.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vsevik at chromium.org
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org


User report: 

Currently on the Network -> Headers tab, you can see the form data submitted on a POST request. However, unlike with Request Headers and Response Headers, there isn't a "view source" option to see this form data in the raw.

This option would be helpful, as it's (a) easier to see subtle syntax issues this way. 

I ran into this problem today, where a piece of form data had quotes around it when it shouldn't have. Since you often see quotes around string data to distinguish them from other datatypes (e.g., JSON), this didn't immediately stand out. I spent a few hours troubleshooting, thinking the problem was somewhere else, until I used Firebug with Firefox, and viewing the raw data immediately made the quotes stand out.

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