How to see POST request (values sent) in Firefox?
by dedec0 from LinuxQuestions.org on (#5659K)
Hello,
In Firefox, I prepared a long text in a page, but when i sent it, the server returned the error. I pressed "back", but then the page was reloaded and the form cleaned. I pressed "forward" again, so the form POST request is repeated, but the error continues.
How can i see the POST request variables sent to the server? I tried to use the dev tools it has, but could not find it. Is it possible to do, without closing the browser, which would discard the data for that request, i think.


In Firefox, I prepared a long text in a page, but when i sent it, the server returned the error. I pressed "back", but then the page was reloaded and the form cleaned. I pressed "forward" again, so the form POST request is repeated, but the error continues.
How can i see the POST request variables sent to the server? I tried to use the dev tools it has, but could not find it. Is it possible to do, without closing the browser, which would discard the data for that request, i think.