所以,下面是我要加载的网址。它是一个由 IIS 提供支持的经典 ASP 网站。
https://gateway.xxxxxxxxx.com/是访问网站的网关。我们正在使用 Sonicwall。
https://gateway.xxxxxxxxx.com/go/http://192.168.1.196/default/default.asp
例如:如果我们在同一文件夹中有contact.asp文件('default'),则浏览器在单击链接时导航的页面是
https://gateway.xxxxxxxxx.com/images/contact.asp
抛出未找到页面错误。
同时,CSS 中的链接也没有问题。
例如 CSS 样式: background-image: url( https://gateway.xxxxxxxxx.com/go/../images/../images/bg.gif );
它转换为https://gateway.xxxxxxxxx.com/go/http://192.168.1.196/images/bg2.gif
上面的链接实际上有效。
不知道出了什么问题。