Closed
Bug 1029560
Opened 10 years ago
Closed 10 years ago
Firefox parses JSON responses to clickable tree in devtools and can't be stopped
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 859138
People
(Reporter: sil-persona, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0 (Beta/Release)
Build ID: 20140608211622
Steps to reproduce:
Visit any page which makes an XHR which returns JSON.
In the devtools, select that XHR under the Network tab.
See on the right details of the request and response.
Switch to the Response tab of the request details and observe that the JSON has been parsed into a convenient clickable tree.
Try and find a way to get at the actual JSON, so it can be cut-and-pasted.
Actual results:
There is no way to stop Firefox parsing a JSON Response into a clickable tree.
Expected results:
There should be a way to toggle between the raw response and the parsed tree.
Note: it is possible to get at the raw response by turning on Net logging in the console and "Log request and response bodies", clicking the same request there, and then viewing the response body therein. However, this is a non-obvious approach.
Comment 1•10 years ago
|
||
We're on it!
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•