Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tool For Constructing HTTP Requests

I'm looking for the best tool that allows me to construct my own HTTP requests. Like the Firefox add-on poster.

Any suggestions?

I'm looking at doing some security testing on web services.

like image 927
Ryu Avatar asked Sep 04 '25 03:09

Ryu


2 Answers

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.

like image 70
PaulJ Avatar answered Sep 06 '25 15:09

PaulJ


cURL is a nice command-line tool.

like image 38
Jason DeFontes Avatar answered Sep 06 '25 14:09

Jason DeFontes