Closed
Bug 1778636
Opened 4 years ago
Closed 4 years ago
Network tab: Edit + Resend request doesn't work due to content-length error
Categories
(DevTools :: Netmonitor, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1779359
People
(Reporter: andrewbihlva, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Firefox/102.0
Steps to reproduce:
Open network tab, select a request that POSTs JSON, edit the request body, send.
Actual results:
The backend fails to parse the request body because the Content-Length does not match the updated POST body.
Expected results:
The value of the Content-Length header should match the length of the request body after edits.
Comment 1•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'DevTools::Netmonitor' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → Netmonitor
Product: Firefox → DevTools
Updated•4 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
Comment 3•4 years ago
|
||
Issue will be fixed in Bug 1779359
You need to log in
before you can comment on or make changes to this bug.
Description
•