views:

99

answers:

5

I'm looking for the best tool that allows me to construct my own http requests. Like the firefox addon poster.

Any suggestions. I'm looking at doing some security testing on webservices.

Thanks

A: 

Tamper Data
Apache JMeter

cherouvim
A: 

soapUI is great for testing web services.

Chris Shaffer
+2  A: 

Fiddler2 is the best tool I know of for that kind of work .. massive amount of features for scripting building requests, as well as storing sessions for later analysis.

PaulJ
Particularly useful if you want to start by capturing a "normal" session then replay certain requests with changes, but you can also build a request from scratch
stevemegson
+2  A: 

cURL is a nice command-line tool.

Jason DeFontes
A: 

WebScarab from the Open Web Application Security Project.

Gumbo