Google 验证码公钥和私钥

发布于 2024-11-04 08:42:09 字数 149 浏览 0 评论 0原文

我们在我们的一个项目中使用谷歌验证码。为了获取验证码的私钥和公钥,我们只需将 URL 用作 http://localhost:4345/。相同的私钥和公钥也可以在实时站点中使用吗?

We are using google recaptcha in one of our projects. To get the private and public key for captcha we just used the url as http://localhost:4345/. Can the same private and public key be used in live site also.

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

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

发布评论

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

评论(2

金兰素衣 2024-11-11 08:42:09

是的,在本地测试和服务器部署中使用相同的密钥对是完全可以的(只要您保密您的私钥)。另一方面,如果您没有选择“全局密钥”选项,则这些密钥对于您的域和子域来说是唯一的(尽管所有密钥将再次在本地主机上工作而没有任何问题)。

Yes that's perfectly ok to use the same key pair for both local testing and server deployment (as long as you keep your private key a secret). On the other hand, if you did not select the "global key" option, the keys are unique to your domain and sub-domains (event though all keys will again work on localhost without any problem).

挽袖吟 2024-11-11 08:42:09

在此处输入图像描述

当您为验证码生成密钥时,如果选中复选框以全局生成它,它将起作用。见图片

enter image description here

When you generate a key for the recaptcha, if you check the checkbox to generate it globally, it will work. See in the image

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