Actions
Bug #244
closedUsing IE, Downloading file fails when using SSL exec.php
Start date:
12/22/2009
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
Description
Using IE, Downloading file fails when using SSL. Pfsense file exec.php.
Fix
Add these headers.
header("Pragma: private");
header("Cache-Control: private, must-revalidate");
Actions