Max Frai
Max Frai

Reputation: 64266

Firebug and post request

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?

Upvotes: 7

Views: 4608

Answers (1)

alex
alex

Reputation: 490153

You can press the persist button.

Firebug persist button

Upvotes: 9

Related Questions