<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Don Kitchen &#187; CMD HTTP Request</title>
	<atom:link href="http://www.donkitchen.com/category/software/cmd-http-request/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.donkitchen.com</link>
	<description>programming, technology, fatherhood and life</description>
	<lastBuildDate>Wed, 31 Mar 2010 11:56:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>CMD HTTP Request &#8211; command line HTTP request utility</title>
		<link>http://www.donkitchen.com/2009/12/09/cmd-http-request-command-line-http-request-utility/</link>
		<comments>http://www.donkitchen.com/2009/12/09/cmd-http-request-command-line-http-request-utility/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 22:50:01 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[CMD HTTP Request]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.donkitchen.com/?p=319</guid>
		<description><![CDATA[More and more I find that I need to setup some kind of job or scheduled task to accomplish something in .NET on a reoccurring basis.  Typically in the past I&#8217;ve written Windows Services to accomplish this.  While effective, these definitely take longer to write and are harder to debug than say a simple ASP.NET [...]]]></description>
			<content:encoded><![CDATA[<p>More and more I find that I need to setup some kind of job or scheduled task to accomplish something in .NET on a reoccurring basis.  Typically in the past I&#8217;ve written Windows Services to accomplish this.  While effective, these definitely take longer to write and are harder to debug than say a simple ASP.NET page.  What I&#8217;ve done lately is started to move these non-critical, non-security sensitive processes into ASP.NET pages that can be called on a specific schedule via Windows Task Scheduler.</p>
<p>When I started moving this way I realized that I wanted to find a small utility that I could run from a command line to initial a web page request.  It had to be something I could run from a scheduled task and something that I could use to save or log the results.  After doing my due diligence Googling I realized there wasn&#8217;t such a utility that I could easily run from within Windows without installing all kinds of libraries and non-Windows based tools.  So, like any good programmer, I made my own.  Enter <a href="http://cmdhttprequest.codeplex.com/" target="_blank">CMD HTTP Request</a>.</p>
<p>As I said, this utility is small, light weight and runs on Windows via the .NET Framework.  You don&#8217;t need any special commercial programs to run it and it will even check your pages for keywords you specify and save the request&#8217;s results to disk as a HTML file.  This, essentially, is your log of what happened during that request on that date and time.</p>
<p>I won&#8217;t go into too much more detail here.  I think you get the main idea.  You can  download the source code or executable from the <a title="CMD HTTP Request project page" href="http://cmdhttprequest.codeplex.com/" target="_blank">project page on Codeplex</a> and learn more about it.  As always, feel free to leave me any feedback or suggestions either here or via the project page on Codeplex.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.donkitchen.com/2009/12/09/cmd-http-request-command-line-http-request-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
