【问题标题】:ERROR for site owner: Invalid site key recaptcha google网站所有者的错误:无效的网站密钥 recaptcha google
【发布时间】:2018-07-14 13:57:57
【问题描述】:

大家好,我在我的网站中使用谷歌 recaptcha。起初她工作正常,但几天后我收到此错误 ERROR for site owner: Invalid site key 并且我在我的帐户 google 中收到此警报 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'
    ]);

【问题讨论】:

  • 如其所说,您可能需要重新生成 api 密钥或再次验证站点

标签: php laravel recaptcha


【解决方案1】:

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

【讨论】:

    猜你喜欢
    • 2020-09-16
    • 2019-07-28
    • 1970-01-01
    • 2020-05-27
    • 1970-01-01
    • 2018-05-04
    • 2015-08-24
    • 1970-01-01
    相关资源
    最近更新 更多