<?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"
	>
<channel>
	<title>Comments on: Unsetting http headers in PHP</title>
	<atom:link href="http://www.danforys.com/2008/08/06/unsetting-http-headers-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danforys.com/2008/08/06/unsetting-http-headers-in-php/</link>
	<description>Dan is a web developer in London. He is interested in all things Internet, Linux and Mac.</description>
	<pubDate>Thu, 20 Nov 2008 08:34:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Marcus Uy</title>
		<link>http://www.danforys.com/2008/08/06/unsetting-http-headers-in-php/#comment-314</link>
		<dc:creator>Marcus Uy</dc:creator>
		<pubDate>Tue, 26 Aug 2008 01:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.danforys.com/?p=40#comment-314</guid>
		<description>I hit up the same problem using Open Flash Charts 1.9.8

The second request from the flash applet to load the chart data was failing, and on inspection (directly opening the data page via IE7) threw a "Internet Explorer cannot download...".

After quite a bit of head scratching, I disabled Pragma as you noted, and "hey presto!" the error went away.

In my case I didn't leave the trailing space: header ("Pragma:");

I'm using PHP5.2.5</description>
		<content:encoded><![CDATA[<p>I hit up the same problem using Open Flash Charts 1.9.8</p>
<p>The second request from the flash applet to load the chart data was failing, and on inspection (directly opening the data page via IE7) threw a &#8220;Internet Explorer cannot download&#8230;&#8221;.</p>
<p>After quite a bit of head scratching, I disabled Pragma as you noted, and &#8220;hey presto!&#8221; the error went away.</p>
<p>In my case I didn&#8217;t leave the trailing space: header (&#8221;Pragma:&#8221;);</p>
<p>I&#8217;m using PHP5.2.5</p>
]]></content:encoded>
	</item>
</channel>
</rss>
