<?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: Logging post data</title>
	<atom:link href="http://blog.apokalyptik.com/2008/03/25/logging-post-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.apokalyptik.com/2008/03/25/logging-post-data/</link>
	<description>The random things that spew forth from my brain...</description>
	<lastBuildDate>Mon, 16 Jan 2012 18:43:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19620</generator>
	<item>
		<title>By: Josh Tischer</title>
		<link>http://blog.apokalyptik.com/2008/03/25/logging-post-data/comment-page-1/#comment-10439</link>
		<dc:creator>Josh Tischer</dc:creator>
		<pubDate>Mon, 25 Jul 2011 13:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.apokalyptik.com/?p=277#comment-10439</guid>
		<description>Thanks for the quick script. it helped me identify issues with xhr post request headers from android. Oh and I added a function for parsing the headers. 
 
function parseRequestHeaders() { 
    $headers = array(); 
    foreach($_SERVER as $key =&gt; $value) { 
        if (substr($key, 0, 5)  &#039;HTTP_&#039;) { 
            continue; 
        } 
        $header = str_replace(&#039; &#039;, &#039;-&#039;, ucwords(str_replace(&#039;_&#039;, &#039; &#039;, strtolower(substr($key, 5))))); 
        $headers[$header] = $value; 
    } 
    return $headers; 
} </description>
		<content:encoded><![CDATA[<p>Thanks for the quick script. it helped me identify issues with xhr post request headers from android. Oh and I added a function for parsing the headers.</p>
<p>function parseRequestHeaders() {</p>
<p>    $headers = array();</p>
<p>    foreach($_SERVER as $key =&gt; $value) {</p>
<p>        if (substr($key, 0, 5)  &#039;HTTP_&#039;) {</p>
<p>            continue;</p>
<p>        }</p>
<p>        $header = str_replace(&#039; &#039;, &#039;-&#039;, ucwords(str_replace(&#039;_&#039;, &#039; &#039;, strtolower(substr($key, 5)))));</p>
<p>        $headers[$header] = $value;</p>
<p>    }</p>
<p>    return $headers;</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WeirD</title>
		<link>http://blog.apokalyptik.com/2008/03/25/logging-post-data/comment-page-1/#comment-8772</link>
		<dc:creator>WeirD</dc:creator>
		<pubDate>Wed, 17 Feb 2010 18:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.apokalyptik.com/?p=277#comment-8772</guid>
		<description>Thanks for this script, i will using ur idea to make my idea real ;) 
 
mfg </description>
		<content:encoded><![CDATA[<p>Thanks for this script, i will using ur idea to make my idea real <img src='http://blog.apokalyptik.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>mfg</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching 1/5 queries in 0.002 seconds using memcached
Object Caching 220/221 objects using memcached

Served from: blog.apokalyptik.com @ 2012-02-08 03:47:24 -->
