Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法将谷歌 reCAPTCHA v3 中的 IP 列入白名单,谷歌并未将这些 IP 视为机器人。
可能吗?
不幸的是,使用 Google API 无法做到这一点。
可悲的事实是,据了解,Google ReCaptcha 分数处理被认为既不可靠也不稳定,甚至无法被社区预测。因此,它可能会显示 0.9 分来轻松重复欺诈请求,同时为更可能被您的阈值阻止的真实用户提供 0.3 分。
您可以在 GitHub 页面上查看相关的ReCaptcha 问题。例如尝试阅读这个。
问候。