Project DescriptionA simple command line HTTP Request utility using the .NET Framework. Offers ability to look for a keyword (i.e. success) and provides the ability to save the request results to a html file.
Usage:
CmdHttpRequest -u http://www.google.com
CmdHttpRequest -u http://www.google.com -d c:\temp
CmdHttpRequest -u http://www.google.com -t Success
All command switches:
u, url Required. URL to check
d, dir Output directory
t, text Text to check for
help
Program Output:Status Code: OKKeyword '<keyword>' <was|was not> found. (optional based on -t parameter usage)File successfully saved to <path><url><date>.htm (optional based on -d parameter usage)Requirements: