How do I POST to a web page using Firebug?

firebug, http, post

Solution

AFAIK Firebug can't do this. However, there is a very useful Firefox extension, in the spirit of Firebug, called Tamper Data. This should be able to do what you want.

It allows you to monitor each request made by the browser, and you can turn on an option that allows you to look at, and edit, every single request before it gets sent.

Problem

How do I POST to a web page using Firebug?

Original source

Related problems