开发者

Recaptcha returning "The reCAPTCHA server is unavailable"

开发者 https://www.devze.com 2023-01-20 22:48 出处:网络
I\'m using ASP.NET and plugging in the google Recaptcha user control successfully, when calling the IsValid method on it, it returns in its recaptcha.ErrorMessage property: \"The reCAPTCHA server is u

I'm using ASP.NET and plugging in the google Recaptcha user control successfully, when calling the IsValid method on it, it returns in its recaptcha.ErrorMessage property: "The reCAPTCHA server is unavailable" and recaptcha.IsValid obviously returns false.

Does anyone know the reason why this could happen? Is it because I'm working on my localhost (Setup private and public keys on my localhost) and this sits on my work network? I suspec开发者_运维技巧t the google server that serves Recaptcha isn't down as its serving new Captcha words everytime I refresh.


Try to run the application on IIS.

It means try http://localhost instead of localhost:8888.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号