News Feed
Jobs Feed
Sections




Recent Jobs

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



Similar Posts

ThinkPHP Blog: Handling large files with(out) PHP

PHPBuilder.com: PHP Form Validation System: An Object-Oriented Approach

Stefan Mischook's Blog: Object Oriented PHP Tutorial Released

PHPBuilder.com: Reading RSS feeds in PHP: Part 2

Zend Developer Zone: How to avoid Identity Theft in Zend Framework with Zend Auth


Community Events









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


microsoft facebook wordpress performance drupal conference framework sqlserver apache zendframework podcast job codeigniter feature windows extension release symfony opinion developer

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