[Webkit-unassigned] [Bug 177404] Web Inspector: Network tab doesn't show the actual data in multipart/form-data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 22 22:51:15 PDT 2017


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

--- Comment #1 from Ryosuke Niwa <rniwa at webkit.org> ---
Created attachment 321615

  --> https://bugs.webkit.org/attachment.cgi?id=321615&action=review

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170923/1e00b98c/attachment-0001.html>


More information about the webkit-unassigned mailing list