Closed Bug 1338214 Opened 7 years ago Closed 11 months ago

network inspector does not show parameters after POST with JSON

Categories

(DevTools :: Netmonitor, defect, P2)

51 Branch
defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: pwojke, Unassigned)

References

(Blocks 1 open bug)

Details

(Keywords: testcase)

User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0
Build ID: 20170201180315

Steps to reproduce:

Doing an ajax POST with JSON data will break the parameter display.

Go to https://jsfiddle.net/m47jzbz2/
activate inspector,
switch to network view,
reload page,
inspect POST to /echo/

Compare with https://jsfiddle.net/36zks4d3/10/

This seems to affect all POST that contains content that looks like JSON, even if contentType says otherwise.


Actual results:

Parameter view for POST request shows that query string and JSON are present, but does not show it. 
Writing something to the parameter filter and deleting it again will now show the JSON, but still not the query string.
All the other listed requests with a query string will not show the query string in parameter view too.


Expected results:

Network inspector parameter view should show query string and JSON data.
Component: Untriaged → Developer Tools: Netmonitor
Status: UNCONFIRMED → NEW
Has STR: --- → yes
Ever confirmed: true
Keywords: testcase
Priority: -- → P2
Product: Firefox → DevTools
Severity: normal → S3

This seems to be fixed.
pwojke, can you confirm?

Flags: needinfo?(pwojke)

I tested with version 113.0.1.
It seems to be fixed.
JSON content of POST is shown in request tab and query parameters are shown where URL is displayed.

Flags: needinfo?(pwojke)

Thank you!

Status: NEW → RESOLVED
Closed: 11 months ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.