Project Description
A 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
o, timeout Timeout (in milliseconds)
help
Program Output:
Status Code: OK
Keyword '<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:
My Blog
My blog can be found at http://www.donkitchen.com where I post news and updates about CMD HTTP Request.
My Twitter
My twitter account can be found at @donaldkitchen