IE9 url缓存问题
我在使用 IE9 时遇到了一个奇怪的缓存问题。有一天,我在未运行 HTTPS 的 IIS 服务器上设置了一个新网站,不幸的是,如果您输入 HTTP,我会意外设置重定向到 HTTPS。因为我没有设置它,所以网页没有加载,因为没有运行 HTTPS。我随后在 IIS 中修复了该问题,当我使用 IE9 以外的浏览器访问网页时,它似乎工作正常。由于某些原因,在 IE9 中它不会加载网页(我认为它仍在尝试在 HTTPS 上访问它)。
我尝试清除所有临时文件/cookie 等,重新启动,但仍然没有运气。我能够让 IE9 访问网页的唯一方法是进入“F12 开发人员工具”并在“缓存”菜单选项下打开“始终从服务器刷新”。我一打开它就开始工作。我将其关闭后就无法再次访问该网站。
是否还有一些我不知道的其他 IE9 缓存无法通过正常过程清除?
I have a strange caching issue going on with IE9. The other day I set up a new website on my IIS server that was NOT running HTTPS, unfortunately I accidentally setup a redirect to HTTPS if you entered in HTTP. So because I didn't have it setup, the webpage didn't load becasue no HTTPS was running. I subsequently fixed the issue in IIS, and when I hit the web page with browsers other than IE9 it seems to work fine. For some reason in IE9 it just wont load the webpage (I think it is still trying to hit it on HTTPS).
I have tried clearing all temp files/cookies etc.., rebooted and still no luck. The only way I have been able to get IE9 to hit the web page was by going into 'F12 Developer Tools' and turn on "Always refresh from server" under the 'Cache' menu option. As soon as I turn that on it starts working. I turn it off and I cannot hit the website again.
Is there some other cache for IE9 that I don't know about that doesn't get cleared through normally processes?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有和你类似的问题。我通过在 URL 中添加随机数来修复它。就像这样:.....Index.asp?random=3283237431,希望这可以帮助你。
I have a problem similar with yours. I fixed it by adding a random number in URL. Just like this: .....Index.asp?random=3283237431, hope this can help you.