HTTP Post Data Form

The POST data form allows you to add HTTP POST content to a request made against a Web site. This makes it possible to test requests that require form permissions as well as the ability to send additional operational data to a server in case you need to perform special processing at specified times.

The form takes an input of RAW HTTP POST data. This means that you are responsible for encoding the content into whatever format you choose. Typical HTML Form form is URLEncoded using application/x-www-form-urlencoded which is shown above. You can provide your own content type or use one of the default formats provided for you in the drop down which include multi-part forms and text/xml.

If you don't want use POST data clear the POST data field and exit.


Last Updated: 4/21/2005 | Send Topic Feedback