IE : Unable to download * from *. Unable to open this Internet site. The requested site is either unavailable or cannot be found

后端 未结 13 820
别跟我提以往
别跟我提以往 2020-11-29 22:03

I have an issue with my website and IE. I have a file Document.ashx that becomes a document from my database depending on the parameter passed in the query

13条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-29 23:01

    Based on the KB article David offered here (Internet Explorer file downloads over SSL do not work with the cache control headers), we changed our outgoing headers away from Cache-Control: no-cache to Cache-Control: private. This seems to have resolved the IE8 problem without affecting other browsers. Beware of using Cache-Control: no-store as well.

提交回复
热议问题