首页 > 解决方案 > 网站所有者的错误:无效的网站密钥 recaptcha google

问题描述

大家好,我在我的网站中使用谷歌 recaptcha。起初她工作正常,但几天后我收到此错误 E并且我在我的帐户 google 中RROR for site owner: Invalid site key收到此警报We detected that your site is not verifying reCAPTCHA solutions. This is required for the proper use of reCAPTCHA on your site. Please see our developer site for more information.

我使用此代码来验证 recaptcha 响应

    $validate = Validator::make(Input::all(), [
        'g-recaptcha-response' => 'required|captcha'
    ]);

标签: phplaravelrecaptcha

解决方案


我的也出现了类似的错误,我终于通过取消选中“验证 reCAPTCHA 解决方案的来源”旁边的框解决了 Google 验证码管理控制台上的问题</p>


推荐阅读