Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebug and post request

Tags:

post

firebug

I have to make some automatic work with site. There is a form and I have to get post-request it makes. The problem is that firebug cleans information about request due to redirect to another page, so I haven't time to save post data information. Are there any ways to "freeze" it?

like image 292
Max Frai Avatar asked Dec 08 '10 07:12

Max Frai


1 Answers

You can press the persist button.

Firebug persist button

like image 133
alex Avatar answered Oct 14 '22 11:10

alex