{
"success": false
}Error code reference
Error code Description missing-input-secret The secret parameter is missing. invalid-input-secret The secret parameter is invalid or malformed. missing-input-response The response parameter is missing. invalid-input-response The response parameter is invalid or malformed.
--
You received this message because you are subscribed to the Google Groups "reCAPTCHA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+...@googlegroups.com.
To post to this group, send email to reca...@googlegroups.com.
Visit this group at http://groups.google.com/group/recaptcha.
For more options, visit https://groups.google.com/d/optout.
I've done that. The uri looks perfectly reasonable, and it gets a well good response with a 200 code. It just says "success": false.
You received this message because you are subscribed to a topic in the Google Groups "reCAPTCHA" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/recaptcha/kuhCI1JYG8A/unsubscribe.
To unsubscribe from this group and all its topics, send an email to recaptcha+...@googlegroups.com.
Indeed it does.
I've made it work as follows: removed the client ip. Looking in Wireshark, I noticed that the server is sending a v4 ip, while the javascript is connecting to Google over a v6 ip.
Removing the IP seems to have solved the problem.