Bug 177404 - Web Inspector: Network tab doesn't show the actual data in multipart/form-data
Summary: Web Inspector: Network tab doesn't show the actual data in multipart/form-data
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-22 22:46 PDT by Ryosuke Niwa
Modified: 2017-09-22 22:51 PDT (History)
2 users (show)

See Also:


Attachments
Test files (1.31 KB, application/zip)
2017-09-22 22:51 PDT, Ryosuke Niwa
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2017-09-22 22:46:48 PDT
When submitting on a form, Web Inspector doesn't show the request content for multipart/form-data.
Comment 1 Ryosuke Niwa 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.