views:

2059

answers:

4

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

+2  A: 

I think Fiddler will allow this.

AJ
+7  A: 
Mystic
+1 for including a snippet of documentation and a screenshot.
Grant Wagner
+4  A: 

Yes, there are two I know of:

DR
+1  A: 

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.

Matt