<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Get request headers sent by client in PHP</title>
	<atom:link href="http://www.rvaidya.com/blog/php/2009/02/25/get-request-headers-sent-by-client-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rvaidya.com/blog/php/2009/02/25/get-request-headers-sent-by-client-in-php/</link>
	<description>Development, Tech, Whatever.</description>
	<lastBuildDate>Wed, 21 Jul 2010 19:21:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Chad Wagner</title>
		<link>http://www.rvaidya.com/blog/php/2009/02/25/get-request-headers-sent-by-client-in-php/comment-page-1/#comment-26</link>
		<dc:creator>Chad Wagner</dc:creator>
		<pubDate>Mon, 22 Feb 2010 17:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.rvaidya.com/blog/?p=36#comment-26</guid>
		<description>Hi there, thank you for this function, it has saved me a headache since I know we&#039;re deploying to nginx so would have come up sooner or later!

Can you touch on why tyou used ucwords(strtolower($k))? I have a header that I am expecting and am passing through (kine of a php proxy for offline web service caching) that is called &quot;API-KEY&quot;, and after running through this function is &quot;Api-Key&quot;... is the server behavior on the other end of things generally going to standardize the headers to ucwords format, or was this just a personal preference? I just want to avoid messing up the headers when passing through if the receiving end &quot;could be&quot; case sensitive.

Thanks!
Chad</description>
		<content:encoded><![CDATA[<p>Hi there, thank you for this function, it has saved me a headache since I know we&#8217;re deploying to nginx so would have come up sooner or later!</p>
<p>Can you touch on why tyou used ucwords(strtolower($k))? I have a header that I am expecting and am passing through (kine of a php proxy for offline web service caching) that is called &#8220;API-KEY&#8221;, and after running through this function is &#8220;Api-Key&#8221;&#8230; is the server behavior on the other end of things generally going to standardize the headers to ucwords format, or was this just a personal preference? I just want to avoid messing up the headers when passing through if the receiving end &#8220;could be&#8221; case sensitive.</p>
<p>Thanks!<br />
Chad</p>
]]></content:encoded>
	</item>
</channel>
</rss>
