Closed
Bug 1862196
Opened 2 years ago
Closed 2 years ago
Encoding is broken in modified request's body with non-english letters
Categories
(DevTools :: Netmonitor, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1790183
People
(Reporter: svv.dev, Unassigned)
Details
Attachments
(1 file)
|
102.36 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/119.0
Steps to reproduce:
- Open Devtools -> Network
- Open any wesite (e.g. Google)
- Modify any request with request body (POST, PUT...)
- In request body type some non-english letters as 'Например' (Cyrillic)
- Send the request
- Check the request's body
Actual results:
The request body encoding is broken, I observe another encoding (the original text is broken)
Expected results:
The original encoding & original text is saved in the request's body
Comment 1•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Networking' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → Networking
Product: Firefox → Core
Comment 2•2 years ago
|
||
I am not sure if this belongs to Networking component.
Move this to Devtools team for a preliminary investigation.
Component: Networking → General
Product: Core → DevTools
Updated•2 years ago
|
Component: General → Netmonitor
Comment 3•2 years ago
|
||
Thanks for filing.
We have a similar bug in Bug 1790183, so will close this as a duplicate.
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Duplicate of bug: 1790183
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•