Jump to content

download over ssl


farvahar

Recommended Posts

 

With this header:

 

                                header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
                                header("Content-Type: text/plain");
                                header("Content-Disposition: attachment; filename=$filename");
                                header("Expires: 0");

 

I can download fine with FireFox with and without ssl. But I cannot download with IE if I am over ssl (https://) but works fine with IE without ssl.

 

What is the problem of it with IE over ssl?

 

 

Link to comment
https://forums.phpfreaks.com/topic/159380-download-over-ssl/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.