Hi all,
I once had recaptcha successfully implemented over at
grailspodcast.com for the comments, but since the last update
something must have gone wrong.
One the site, I always get incorrect-captcha-sol as a response. The
captchas are sometimes not that hard to read, so I am really sure that
it was at least a couple of times correct.
Also getting this error really means only the captcha itself is wrong,
right?
I am also URLEncoding the parameter captcha when I construct the post
body:
def data = "privatekey=${privateKey}&remoteip=${remoteIP}&challenge=$
{challenge}&response=${captcha}"
--
The funny thing is if I fake a captcha request locally from some
script (in which case I take the challenge from the captcha displayed
on
grailspodcast.com, then use 127.0.0.1 as remoteAddr and the captcha
response) it works...
I am already replaying the entered text on the error page so I can
verify the text really is sent to the server and received correctly.
Has anyone had such an issue? Any tips what I could look into?
Cheers
Sven