<?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>Vallery.net &#187; get</title>
	<atom:link href="http://vallery.net/tag/get/feed/" rel="self" type="application/rss+xml" />
	<link>http://vallery.net</link>
	<description>personal homepage of Jason Vallery</description>
	<lastBuildDate>Thu, 08 Apr 2010 22:45:26 +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>Debug your outbound POST and GET requests</title>
		<link>http://vallery.net/2007/05/17/debug-your-outbound-post-and-get-requests/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=debug-your-outbound-post-and-get-requests</link>
		<comments>http://vallery.net/2007/05/17/debug-your-outbound-post-and-get-requests/#comments</comments>
		<pubDate>Thu, 17 May 2007 19:27:13 +0000</pubDate>
		<dc:creator>jvallery</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://vallery.net/2007/05/17/debug-your-outbound-post-and-get-requests/</guid>
		<description><![CDATA[I work a lot with different types of web services. I find when I&#8217;m building an application that has to post data off to a remote service that it can be difficult to debug where the problems are. I can&#8217;t always see an exact copy of the HTTP request that I am sending, and therefore [...]]]></description>
			<content:encoded><![CDATA[<p>I work a lot with different types of web services.  I find when I&#8217;m building an application that has to post data off to a remote service that it can be difficult to debug where the problems are.  I can&#8217;t always see an exact copy of the HTTP request that I am sending, and therefore how the remote service sees my call.  I created a simple little app that when called will return exactly what it was sent.  You can pass in variables in a POST or GET, and it will just spit them right back at you along with whatever HTTP headers were sent by your client.</p>
<p><!---more--></p>
<p>If you point your browser over to <a href="http://vallery.net/postback/index.php">http://vallery.net/postback/index.php</a> you can see it in action.  It will report back to you exactly how your browser is identifying itself, including any cookies you might have received from my word press blog!</p>
<p>Now the next time you are writing an application and you want to debug your outbound posts, just send them over to the above URL and it will respond with exactly what it received.</p>
<p>Pretty cool!</p>
]]></content:encoded>
			<wfw:commentRss>http://vallery.net/2007/05/17/debug-your-outbound-post-and-get-requests/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
