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
部分网站禁用了跨站请求,那么php的跳转就有问题 现在链接是这样的: http://ip*****/index.php?c=click&id=11 被认为跨站请求,个别站点不支持这样跳转。
The text was updated successfully, but these errors were encountered:
好的,感谢反馈,我考虑下。
Sorry, something went wrong.
目前临时解决方案是后台开启过渡页跳转,时间设置长一点,然后再从过渡页的链接点进去。
https://www.jb51.net/article/137982.htm HTTP Referer详解及Referer控制
如果页面中包含了如下 meta 标签,所有从当前页面中发起的请求将不会携带 referer:
分析了一下以前正常跳转的请求和onenav跳转的数据包,发现是不待referrer的,正常跳转。 再看,index.php没有包含这一句。 <meta name="referrer" content="never"> 我手动改了一下正常了。 为避免被其他网站识别跨站伪造请求,可以改进去。
<meta name="referrer" content="never">
已提交,可以合并
No branches or pull requests
部分网站禁用了跨站请求,那么php的跳转就有问题
现在链接是这样的:
http://ip*****/index.php?c=click&id=11
被认为跨站请求,个别站点不支持这样跳转。
The text was updated successfully, but these errors were encountered: