简体   繁体   English

ASP.NET HTTPS / SSL缓存和动态页面

[英]ASP.NET HTTPS/SSL Caching and Dynamic Pages

I have an IIS6 ASP.NET 2/3.5 site that ALWAYS seems to be caching anything that goes through a https request. 我有一个IIS6 ASP.NET 2 / 3.5站点,该站点似乎总是在缓存通过https请求的内容。 HTTP requests always work the same, but i see old/invalid data on https requests. HTTP请求始终工作相同,但我在https请求上看到旧的/无效的数据。

I see this a lot with pages where i'm doing http rewriting--but in general, it almost seems like the site has one set of values it shows to http requests and another to https requests-- without having any backend code that renders differently based upon the scheme. 我在进行HTTP重写的页面上看到了很多东西-但总的来说,该网站似乎似乎对HTTP请求显示了一组值,对https请求显示了另一组值-而没有呈现任何后端代码根据方案有所不同。

Any ideas? 有任何想法吗? Does IIS have a weird ssl caching option i'm not aware of? IIS是否有我不知道的奇怪的ssl缓存选项?

在IIS中,端口设置错误-尽管域是正确的,因为我使用的是端口443,所以将其转发到另一个站点(因为设置了主机头)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM