NEW 177404
Web Inspector: Network tab doesn't show the actual data in multipart/form-data
https://bugs.webkit.org/show_bug.cgi?id=177404
Summary Web Inspector: Network tab doesn't show the actual data in multipart/form-data
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.