【问题标题】:Send http request over https connection ASP IIS通过 https 连接 ASP IIS 发送 http 请求
【发布时间】:2013-10-09 13:25:11
【问题描述】:

我有一个旧的 Asp 网站。通过http协议访问时工作正常。当我们通过 https 协议 (https://xyz.com/mainpage.asp) 访问它时,页面无法正常工作。我发现网页正在使用框架集,并且它正在使用 http 协议 (http://xyz.com/subpage1.asp) 访问其他网页。 Internet Explorer 错误显示为 http Uri (http://xyz.com/subpage1.asp) 的“拒绝访问”。我无法将所有网页请求更改为 http。有没有办法使用任何 IIS 配置来解决这个问题?

服务器 - IIS 7.5 浏览器 - IE 9。

谢谢,

苏梅什。

【问题讨论】:

    标签: http iis asp-classic https iis-7.5


    【解决方案1】:

    您可以使用 URL 重写模块来做到这一点。

    请安装 URL 重写模块,然后执行以下步骤。 一个很好的教程是http://www.jppinto.com/2010/03/automatically-redirect-http-requests-to-https-on-iis7-using-url-rewrite-2-0/

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2021-07-12
      • 1970-01-01
      • 2013-01-15
      • 1970-01-01
      • 2012-05-27
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多