We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题详细描述:通过WAF泛解析域名定向到某一网站中,其他功能可以正常使用。但是在网站中点击某个链接时,会自动在链接后添加端口(eg: https://域名:2/user),在这里,端口号并不应该出现,在页面中将鼠标指针放置于链接上,浏览器显示的是正常的域名,但是只要点击之后就会在域名后添加端口号。 只有这一个网站中的这一个链接会有这种情况,其他都是正常的。
https://域名/user/ 请求状态代码:307 Internal Redirect (从磁盘缓存) https://域名:2/user:2/ 请求状态代码:301 Moved Permanently 尝试过更换该网站的访问域名或绑定的端口号,最后跳转到/user时均会带上:2端口 WAF版本:v5.3.0 服务器面板:1Panel v1.10.17-lts
The text was updated successfully, but these errors were encountered:
这个端口跳转是你后面网站程序加的端口,和南墙无关
Sorry, something went wrong.
网站程序没有做过任何更改,在最开始使用南墙时是正常的,昨天下午突然变成这个样子。 而且是只有这一个网站中的这一个链接会有这种情况。
可以加入南墙讨论群帮你看看
No branches or pull requests
问题详细描述:通过WAF泛解析域名定向到某一网站中,其他功能可以正常使用。但是在网站中点击某个链接时,会自动在链接后添加端口(eg: https://域名:2/user),在这里,端口号并不应该出现,在页面中将鼠标指针放置于链接上,浏览器显示的是正常的域名,但是只要点击之后就会在域名后添加端口号。
只有这一个网站中的这一个链接会有这种情况,其他都是正常的。
https://域名/user/ 请求状态代码:307 Internal Redirect (从磁盘缓存)
https://域名:2/user:2/ 请求状态代码:301 Moved Permanently
尝试过更换该网站的访问域名或绑定的端口号,最后跳转到/user时均会带上:2端口
WAF版本:v5.3.0
服务器面板:1Panel v1.10.17-lts
The text was updated successfully, but these errors were encountered: