vote up 4 vote down star
1

I want to test the security of a website of mine and I would love to have an application that is able to send POST data, if it's even possible..

Thanks

flag

4 Answers

vote up 3 vote down check

Yes, there are two I know of:

link|flag
vote up 2 vote down

I think Fiddler will allow this.

link|flag
vote up 4 vote down

Try Fiddler. From their own documentation:

"The Request Builder allows you to craft custom requests to send to the server. You can either create a new request manually, or you can drag and drop a session from the Web Sessions list to create a new request based on the existing request."

alt text

link|flag
+1 for including a snippet of documentation and a screenshot. – Grant Wagner Apr 7 at 14:42
vote up 1 vote down

I believe LiveHTTPHeaders can do this (http://livehttpheaders.mozdev.org/).

But you need to first capture an actual GET/POST request, then click "Replay...". There, you can edit your request (including the headers) as you wish.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.