绕过转介检查

发布于 2024-11-13 21:54:50 字数 329 浏览 4 评论 0原文

有什么方法可以绕过某些网站应用的引用检查,以避免提取数据。就像如果您点击此链接

您将收到拒绝访问错误。但是,如果您只是访问此链接!,它将带您进入主页并填写任何报价比如说 ABAN ,它遵循与上面使用的链接完全相同的 GET 请求。

有人可以建议我一些解决方案吗?

Is there any way to bypass the referral check applied by some site in order to avoid there data from being extracted. Like if you follow this link!

You will get Access Denied Error. However , if you just go this link!, it takes you to home page and on filling on any quote say ABAN , it follows exactly the same GET request as the link used above.

Can anyone please suggest me some solution ??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

眼睛会笑 2024-11-20 21:54:50

将您的引荐来源网址设置为正确的值。您可以通过编程方式或通过在访问目标 url 之前访问正确的 url 将值欺骗为您想要的任何值。

Set your referrer to the correct value. You can spoof the value to anything you want programatically or by visiting the correct url before visiting the target url.

寄风 2024-11-20 21:54:50

您可以使用像 wget 这样的工具,它允许您设置自己的引用值。这不适用于那些期望更多保护价值的网站(并且任何有兴趣保护其内容传递的人也可能会寻找 cookie 或 IP 地址)。

You can use a tool like wget which allows you to set your own referer value. This won't work on sites which expect more than that as their protection value (and anyone interested in protecting the delivery of their content might also look for a cookie or ip address as well).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文