如何允许使用 IE8 通过 HTTPS 下载 WORD 文档 (.doc)?

发布于 2024-10-22 17:45:08 字数 555 浏览 2 评论 0原文

我的一个网站采用 HTTPS,包含一个文档存储库,其中包含大量 Office 文档(.doc、.docx、xls 等)。

我们最近发现这些文档可能无法使用 IE8 下载。进一步的研究使我写出了这篇文章。

http://support.microsoft.com/kb/316431

该决议指出“删除无缓存标头”,这是设计所必需的。我发现以下文章描述了如何执行此操作:

我如何消除由于页面缓存版本而带来的安全风险

不幸的是,所解释的方法不起作用。

以前有人处理过这个吗?我需要允许使用 IE8 通过 HTTPS 打开/保存 Office 文档。请告诉我。谢谢!

One of my sites is on HTTPS and includes a document repository which has a lot of Office documents (.doc, .docx, xls, etc...)

We recently found that these may not be downloaded using IE8. Further research led me to this article.

http://support.microsoft.com/kb/316431

The resolution states to "remove the no-cache header" which is required by design. I found the following article describing how to do so:

how do i remove the security risk, due to cached version of page

Unfortunately, the methods explained have not worked.

Has anyone dealt with this before? I need to allow for Office documents to be opened/saved over HTTPS using IE8. Please let me know. Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

世俗缘 2024-10-29 17:45:08

您是否尝试过在 IIS/web.config 中设置缓存控制? IIS.net 有更多信息

Have you tried setting the cache control in IIS/web.config? IIS.net has more info.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文