Google 验证码公钥和私钥
我们在我们的一个项目中使用谷歌验证码。为了获取验证码的私钥和公钥,我们只需将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,在本地测试和服务器部署中使用相同的密钥对是完全可以的(只要您保密您的私钥)。另一方面,如果您没有选择“全局密钥”选项,则这些密钥对于您的域和子域来说是唯一的(尽管所有密钥将再次在本地主机上工作而没有任何问题)。
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).
当您为验证码生成密钥时,如果选中复选框以全局生成它,它将起作用。见图片
When you generate a key for the recaptcha, if you check the checkbox to generate it globally, it will work. See in the image