Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firefox: Network Monitor: How to debug JSON payload?

I switched from Google Chrome to Firefox Developer's Edition because of memory leak issues and moving towards truly open-source solution.

I want to debug the payload of my request which is JSON but Firefox does not show the user-friendly tree structure of JSON data. Is there any plugin? How can I improve the Network Monitor?

Firefox Developer Edition > Network monitor > Params

like image 505
Sanket Sahu Avatar asked Dec 25 '14 10:12

Sanket Sahu


People also ask

How do I check my payload in Firefox?

With Firefox you can use the Network tab (Ctrl+Shift+E or Command+Option+E). The sub-tab "Params" shows the submitted form data.


1 Answers

It has been fixed and is now available. Just update your browser using the about Firefox.

The bug report: https://bugzilla.mozilla.org/show_bug.cgi?id=1122102

enter image description here

like image 163
toutpt Avatar answered Sep 18 '22 15:09

toutpt