在 IIS 7 上,我们的一位程序员正在对 URL 执行 Response.Redirect,它会在地址字段中返回已解析的 IP ADDRESS。
更新:这是在 response.redirect 之前发生的
- 将标签硬编码为“https://url.com/whatever.aspx”
- 显示带有该标签的页面
- 请参阅“https://12.23.45.67/whatever.aspx”...其中 12.23.45.67 是“url.com”的正确 IP
这只发生在与 url.com(不同的应用程序)相同的服务器上,并且只发生在 url.com
“https://test-url.com/whatever.aspx”不会被改变。
怎么回事?