Bug 177404

Summary: Web Inspector: Network tab doesn't show the actual data in multipart/form-data
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: inspector-bugzilla-changes, joepeck
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Test files none

Ryosuke Niwa
Reported 2017-09-22 22:46:48 PDT
When submitting on a form, Web Inspector doesn't show the request content for multipart/form-data.
Attachments
Test files (1.31 KB, application/zip)
2017-09-22 22:51 PDT, Ryosuke Niwa
no flags
Ryosuke Niwa
Comment 1 2017-09-22 22:51:15 PDT
Created attachment 321615 [details] Test files To reproduce the issue, host the attached files in the same directory by Apache. 1. Open form.html 2. Open Web Inspector, and go to Network tab 3. Drag & drop some image onto the input element. 4. Press "Submit" Expected result: Inspector shows the multipart data including the file content Actual result: Inspector only shows the boundary data. Note that Inspector needs to support some kind of binary data viewer for the actual content as image data is not a valid Unicode string.
Note You need to log in before you can comment on or make changes to this bug.