firebug: how to send POST data in firebug console?

Viewed 21796

Is it possible to send data to the server using POST?

Ie) I want to send POST data to url:

http://www.a.com/b?cmd=tt

With POST data:

a=1
b=2

Is it doable and how?

3 Answers
Related