News Feed
Jobs Feed
Sections




News Archive
DotVoid.com:
Problem with downloading files with Internet Explorer over HTTPS
October 01, 2009 @ 09:48:28

On 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 it).

The problem is that Internet Explorer does not handle file dowloads without caching over https very well. Or at all. According to knowledge articles on Microsofts website the problem occurs when having one or two of the http headers. [...] Previously I have have just omitted the http header "Pragma: nocache" for IE but it seems it does not always help.

So the fix is relatively simple - rely on the $_SERVER['HTTP_USER_AGENT'] value to tell if it's an IR browser or not. If it is, "Pragma: cache" works. If not, stick with "Pragma: no-cache".

0 comments voice your opinion now!
download file ie browser https tutorial


blog comments powered by Disqus

Similar Posts

NetTuts.com: How to Create an Alfred Extension

Aleksey Martynov's Blog: Getting started with lexa-tools: Blog in 15 Minutes

Mohammed Berdai's Blog: How To Install PostgreSQL And phpPgAdmin Support In XAMPP

Zend Developer Zone: Enhance performance with Zend_Cache

ProDevTips Blog: Fluent Arrays and Strings in PHP


Community Events











Don't see your event here?
Let us know!


opinion object functional zendframework2 language unittest application series framework interview podcast community code tool phpunit testing development release example introduction

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework