<?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>gnucom.cc &#187; http</title>
	<atom:link href="http://blog.gnucom.cc/tag/http/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gnucom.cc</link>
	<description>Code snippets and more...</description>
	<lastBuildDate>Wed, 18 Jan 2012 23:50:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Write HTTP request to web server with PHP.</title>
		<link>http://blog.gnucom.cc/2010/write-http-request-to-web-server-with-php/</link>
		<comments>http://blog.gnucom.cc/2010/write-http-request-to-web-server-with-php/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 18:50:10 +0000</pubDate>
		<dc:creator>sholsapp</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[proxy]]></category>

		<guid isPermaLink="false">http://blog.gnucom.cc/?p=830</guid>
		<description><![CDATA[I&#8217;ve recently built a proxy server that manually handles a lot of HTTP exchanges. I summarized the proxy&#8217;s read/writing to the server here. It actually is very simple: format a request in the form of an HTTP header, send the request to the server, and then read the server&#8217;s response. // OPEN SOCKET TO SERVER [...]]]></description>
		<wfw:commentRss>http://blog.gnucom.cc/2010/write-http-request-to-web-server-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Perl and LWP::UserAgent to POST to a HTML/PHP form.</title>
		<link>http://blog.gnucom.cc/2009/using-perl-and-lwpuseragentpost-to-post-data-to-a-htmlphp-form/</link>
		<comments>http://blog.gnucom.cc/2009/using-perl-and-lwpuseragentpost-to-post-data-to-a-htmlphp-form/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 20:49:49 +0000</pubDate>
		<dc:creator>sholsapp</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Webhosting]]></category>
		<category><![CDATA[agent]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lwp]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://gnucom.cc/blog/?p=122</guid>
		<description><![CDATA[Here is the original HTML form that you would see if you were navigating to the page to fill out the form: &#60;form name=&#34;input&#34; action=&#34;form_rec.php&#34; method=&#34;post&#34;&#62; Ye giveth:&#60;input type=&#34;text&#34; name=&#34;in&#34;&#62; &#60;input type=&#34;submit&#34; value=&#34;Go&#34;&#62; &#60;/form&#62; Notice that we&#8217;re posting to the file form_rec.php, not the file that actually contains this form code.  If you try posting [...]]]></description>
		<wfw:commentRss>http://blog.gnucom.cc/2009/using-perl-and-lwpuseragentpost-to-post-data-to-a-htmlphp-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

