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

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -