mvcrecaptcha - Invalid reCAPTCHA request. Missing challenge value -
mvcrecaptcha - Invalid reCAPTCHA request. Missing challenge value -
i'm using recaptcha in mvc application. in controller have recaptchacontrolmvc.captchavalidator attribute.
my captchavalid homecoming false error message "invalid recaptcha request. missing challenge value."
[recaptchacontrolmvc.captchavalidator] public actionresult login(model model, bool captchavalid, string captchaerrormessage) { if(captchvalid)//this false }
am missing something?
not sure re-captcha require 4 fields verify stated here. https://developers.google.com/recaptcha/docs/verify
i believe missing parameter "challenge" in post request. seek see whats getting passed in httpfox or firebug.
mvcrecaptcha
Comments
Post a Comment