I have a site that has to run over SSL. One of the pages has a link
to download a pdf file. When I click this link I get an error that
Internet Explorer cannot download the file.
I found this problem document in a Knowledge Base article at
Microsoft.
http://support.microsoft.com/kb/316431
I have been playing for a day trying to get the Pragma No-Cache header
removed from the header. I can't find anywhere that it is actually
being set, even when digging through the Play framework, but when I
run Fiddler I can see the headers that are being returned and this is
included.
How can I get the Play Framework to remove the Pragma No-Cache
header?