<?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: Problem with downloading files with Internet Explorer over HTTPS</title>
	<atom:link href="http://www.dotvoid.com/2009/10/problem-with-downloading-files-with-internet-explorer-over-https/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotvoid.com/2009/10/problem-with-downloading-files-with-internet-explorer-over-https/</link>
	<description>Experiments and thoughts in PHP and javascript</description>
	<lastBuildDate>Sat, 04 Sep 2010 10:02:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hodicska Gergely</title>
		<link>http://www.dotvoid.com/2009/10/problem-with-downloading-files-with-internet-explorer-over-https/comment-page-1/#comment-1039</link>
		<dc:creator>Hodicska Gergely</dc:creator>
		<pubDate>Fri, 02 Oct 2009 11:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotvoid.com/?p=388#comment-1039</guid>
		<description>This is a well-known issue in IE for many-many years. In the past I used the following code when I had to serve a file from PHP:
if (isset($_SERVER[&quot;HTTPS&quot;])) {  
    header(&quot;Pragma: &quot;);  
}</description>
		<content:encoded><![CDATA[<p>This is a well-known issue in IE for many-many years. In the past I used the following code when I had to serve a file from PHP:<br />
if (isset($_SERVER["HTTPS"])) {<br />
    header(&#8220;Pragma: &#8220;);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jo Giraerts</title>
		<link>http://www.dotvoid.com/2009/10/problem-with-downloading-files-with-internet-explorer-over-https/comment-page-1/#comment-1038</link>
		<dc:creator>Jo Giraerts</dc:creator>
		<pubDate>Fri, 02 Oct 2009 10:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotvoid.com/?p=388#comment-1038</guid>
		<description>or instead of the 
header(&quot;Pragma: no-cache&quot;);
send a 
header(&quot;Expires: 0&quot;);</description>
		<content:encoded><![CDATA[<p>or instead of the<br />
header(&#8220;Pragma: no-cache&#8221;);<br />
send a<br />
header(&#8220;Expires: 0&#8243;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DotVoid.com: Problem with downloading files with Internet Explorer over HTTPS &#124; Webs Developer</title>
		<link>http://www.dotvoid.com/2009/10/problem-with-downloading-files-with-internet-explorer-over-https/comment-page-1/#comment-1033</link>
		<dc:creator>DotVoid.com: Problem with downloading files with Internet Explorer over HTTPS &#124; Webs Developer</dc:creator>
		<pubDate>Thu, 01 Oct 2009 15:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotvoid.com/?p=388#comment-1033</guid>
		<description>[...] the DotVoid.com blog Danne shares a quick tip on forcing downloads over HTTPS to Internet Explorer (which, of course, has to be difficult about [...]</description>
		<content:encoded><![CDATA[<p>[...] the DotVoid.com blog Danne shares a quick tip on forcing downloads over HTTPS to Internet Explorer (which, of course, has to be difficult about [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
