Open
Bug 1954065
Opened 1 year ago
Updated 1 year ago
When the setting is offline, the payload of the post request cannot be seen in the network panel
Categories
(DevTools :: Netmonitor, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: 709922234, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0
Steps to reproduce:
- navigation to
https://example.com - open devTools network panel
- setting net to
offline - open console input:
fetch('/', {method: 'post', body: 123 }) - check network panel this request payload
Actual results:
nothing
Expected results:
show 123
Component: Untriaged → Netmonitor
Product: Firefox → DevTools
Comment 2•1 year ago
|
||
Thanks for the report, we can reproduce the issue, will take a look.
Severity: -- → S3
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: needinfo?(jdescottes)
Priority: -- → P3
Updated•1 year ago
|
Blocks: missing-incomplete-dup-requests
See Also: → 1809165
Comment 3•1 year ago
|
||
Let's test again once Bug 1809165 has landed.
You need to log in
before you can comment on or make changes to this bug.
Description
•