开发者

Recaptcha returning "The reCAPTCHA server is unavailable"

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜