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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Quote from Mike Cooper on a similar question:
See other answers at source:
How do I POST to a web page using Firebug?
Also see: Using Firebug to send form data
The above work if you simply want to modify HTTP requests, but to actually create HTTP requests, there is a Firefox extension called Poster, which has the following description: