阻止网站自动访问

发布于 2024-12-17 16:50:00 字数 119 浏览 3 评论 0原文

我和我的朋友刚刚讨论了如何以最佳方式向我的页面发送垃圾邮件。他编写了一个 Java 程序,该程序会在我的站点上的每次调用时更改代理并设置新的用户代理。然后我们问我们是否可以以某种方式阻止非真实访问者访问网站。这可能吗?如何?

My friend and I just discussed about how to spam my page the best way. He writes a Java-Program which changes the proxy and sets the user agent new with every call on my site. Then we asked us, if it is somehow possible to prevent a website from accesses which are done by a non-real visitor. Is this possible? How?

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

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

发布评论

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

评论(2

内心旳酸楚 2024-12-24 16:50:00

是否可以以某种方式阻止非真实访问者访问网站

否。服务器与其他机器而不是“真实访问者”进行交互。所以他们永远无法知道。只是他们是机器,我们是人。

您可以尝试让您的应用程序更智能地猜测对它的请求最初是否是由人类触发的,但是严格来说,这在自动化方式中是不可能的,您在检测中总会有缺陷/差距。

is (it) somehow possible to prevent a website from accesses which are done by a non-real visitor

No. Servers are interfacing with other machines, not "real visitors". So they never can know. It's just that they are machines and we are humans.

You can try to make your application smarter on guessing whether a request to it was originally triggered by a human or not, however strictly spoken this is not possible in an automated fashion, you will always have defects / gaps in the detection.

拥抱影子 2024-12-24 16:50:00

如果只是填写评论或其他内容,您可能需要查看

  • Akismet 服务
  • Captcha
  • Disqus 集成

If it's simply filling in a comment or something you might want to check out

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