In the network panel copy posted data or response data in binary format doesn't work correctly
Categories
(DevTools :: Netmonitor, defect, P3)
Tracking
(Not tracked)
People
(Reporter: aquilax, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(7 files)
Updated•8 years ago
|
Comment 1•8 years ago
|
||
Updated•8 years ago
|
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
Comment 4•8 years ago
|
||
Comment 5•8 years ago
|
||
Comment 6•8 years ago
|
||
Comment 7•8 years ago
|
||
Comment 8•8 years ago
|
||
Comment 9•8 years ago
|
||
Comment 10•8 years ago
|
||
Comment 11•8 years ago
|
||
Comment 12•8 years ago
|
||
Comment 13•8 years ago
|
||
Comment 14•8 years ago
|
||
Comment 15•8 years ago
|
||
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 18•8 years ago
|
||
Comment 19•8 years ago
|
||
mozreview-review |
Comment hidden (mozreview-request) |
Comment 21•8 years ago
|
||
mozreview-review |
Comment 22•8 years ago
|
||
Comment 23•8 years ago
|
||
Comment 24•8 years ago
|
||
Comment 25•8 years ago
|
||
Comment 26•8 years ago
|
||
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 29•8 years ago
|
||
Comment 30•8 years ago
|
||
Comment 31•8 years ago
|
||
Comment 32•8 years ago
|
||
Comment 33•8 years ago
|
||
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 36•8 years ago
|
||
Comment 37•8 years ago
|
||
Comment 38•8 years ago
|
||
Reporter | ||
Comment 39•8 years ago
|
||
Reporter | ||
Comment 40•8 years ago
|
||
Updated•7 years ago
|
Comment 41•7 years ago
|
||
mozreview-review |
Comment 42•7 years ago
|
||
Comment 44•6 years ago
|
||
Hi Locke
Are you still working on this? Do you require any assistance? :)
Comment 45•6 years ago
|
||
Hi Honza
I tried to reproduce this and it seems to be not relevant anymore. Would appreciate if you can verify this :)
STR:
- Go to https://mega.nz or any websites that allow you to upload files
- Open the netmonitor panel
- Upload a file
- Observe the request of type
application/octet-stream
- Click on the request and copy the data present in the
Request Payload
section of the Params Panel. - Perform right click on the request >
Copy
>Copy POST Data
- Compare the value with step 5 and 6, they are similar.
Comment 46•6 years ago
|
||
- I created a simple HTML form:
<form action="index.html" method="post" enctype="multipart/form-data">
First Name: <input type="text" name="fname"><br>
Last Name: <input type="text" name="last-name "><br>
File: <input type="file" name="data"><br>
<input type="submit" value="Submit">
</form>
-
Uploaded a binary file (favicon.ico) through the form + some textual data.
-
Selected the request and looked at the Params side panel (see the attached screenshot) - I can see the binary data
-
Using
Copy POST Data
on the request returns only text (no binary data of the file):
-----------------------------191691572411478
Content-Disposition: form-data; name="fname"
n
-----------------------------191691572411478
Content-Disposition: form-data; name="last-name "
ln
-----------------------------191691572411478
Content-Disposition: form-data; name="data"; filename="favicon.ico"
Content-Type: image/x-icon
So, this doesn't seem to be fixed for me.
Honza
Updated•6 years ago
|
Comment 47•6 years ago
|
||
Hi Jan,
I am able to reproduce this issue and would like to work on this issue.
thanks
Aaditya
Comment 48•6 years ago
•
|
||
(In reply to Aaditya Arora from comment #47)
I am able to reproduce this issue and would like to work on this issue.
Done, assigned to you!
Honza
Updated•6 years ago
|
Comment 49•6 years ago
|
||
Hi Aaditya, checking quickly if you need more time on this bug (which is totally fine) and still intend to work on it.
If not, please let me know so it can be made available to others.
Thanks!
Comment 50•6 years ago
|
||
Unassigning this bug.
Updated•5 years ago
|
Comment 51•5 years ago
|
||
Honza, as it had past attempts from community – is this a good-first-bug?
Comment 52•5 years ago
|
||
Good call, removing the flag.
Honza
Updated•5 years ago
|
Updated•3 years ago
|
Description
•