httpreq
Info
A console application that allows for the quick creation of HTTP(S) requests via the command line.
Usage
httpreq.exe -m -u -p -h -s -a -r -v -d -t -o -b
-m : HTTP Verb - Defaults to GET
-u : URL
-p : Port
-h : Headers (headername1:headervalue1#headername2:headervalue2)
-c : Cookies (cookiename1:cookievalue1#cookiename2:cookievalue2)
-s : SSL
-a : Auto Redirects
-r : Maximum Redirects
-v : HTTP version - Defaults to 1.1
-d : Data
-t : Timeout - Defaults to 5000 (Milliseconds)
-o : Output to file
-b : Suppress the HTML body from response
Requirements
- Windows 2000, Windows XP, Windows 2003 Server (Might work on others?)
- Microsoft .NET Framework v1.1

