Search Results

1
vote

Returning CSV file from Servlet using ServletOutputStream over HTTPS in Internet Explorer

I've had a similar problem with downloads over https://. I solved it by setting the appropriate headers to allow Internet Explorer to cache the download. So, set 'pragma: ' to empty or pub …