网站所有者的错误:无效的网站密钥重述谷歌



大家好,我在我的网站上使用谷歌重述。起初她工作正常,但几天后我收到了这个错误ERROR 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.

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

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

我的出现了类似的错误,我最终在谷歌captcha管理控制台上通过取消选中"验证reCAPTCHA解决方案的来源"旁边的框来解决问题

最新更新