URL 中附加 445 端口的 DNS 名称
我在 Spring MVC 应用程序中的请求和响应中遇到问题。
当我点击 https://test.abc.com/AppName/security.do 时一个浏览器。响应网址类似于 https://test.abc.com:455/AppName/security。 do
在响应标头内容位置中:https://test.abc.com:455/AppName/security.do
由于附加端口,应用程序无法访问。在什么阶段我可以删除 test.abc.com:445 或将其重定向到 test.abc.com。
应用程序托管在 Oracle 服务器上,并在请求通过内容交换机之前使用 Apache Web 服务器。
谢谢 阳光明媚
I have a problem in request and responses in a Spring MVC application.
When I hit https://test.abc.com/AppName/security.do in a browser. response url is coming like https://test.abc.com:455/AppName/security.do
In Response Headers Content-Location: https://test.abc.com:455/AppName/security.do
Because of the port appended, application is not accessable. At what stage I can remove or redirect test.abc.com:445 to test.abc.com.
Application is hosted Oracle Server and uses Apache Webserver before that request will travel through content switch.
Thanks
Sunny
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为,解决方案是设置 UseCanoncalName 变量设置为关闭。
The solution is, I think, to set UseCanoncalName variable in Apache config to Off.