Tuesday, March 22, 2011

Stupid IE Tricks: Getting IE to Load a PDF from an https website

PHP:

<?php
 header ("Pragma: public");
?>

Browser/Client Based Solution:

Turn off Do not save encrypted pages to disk in the Advanced tab of the Internet Options dialog.

No comments: