Search
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
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:
  • .NET 3.5 Framework
Last edited Nov 13 2009 at 7:00 PM by donkitchen, version 4
Updating...
© 2006-2012 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2012.1.11.18365