Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
http://www.bumcheekcity.com
当有人在 Internet Explorer 中查看我的网站时,它只要求下载/保存网页,但在其他浏览器中可以正常工作。我只使用 Linux,所以无法解决问题。这是一个常见问题吗?
您的服务器返回的Content-Type标头具有一个值,utf-8而它应该看起来像这样:
Content-Type
utf-8
Content-Type: text/html; charset=utf-8
我认为这可能是导致 IE 触发下载的原因,因为它不熟悉该内容类型。就这个问题的原因而言,它可能是一百万件事。尝试查看您的服务器配置。