Actions
Bug #244
closed
RZ
Using IE, Downloading file fails when using SSL exec.php
Bug #244:
Using 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");
EL Updated by Ermal Luçi over 16 years ago
- Status changed from New to Feedback
CB Updated by Chris Buechler over 16 years ago
- Status changed from Feedback to Resolved
fixed
Actions