I also have the same issue. It occures(not everytime, but somtimes) on android mobile applications in web-view component, so I can't track communications between application and google.
It does not happen if I try to solve captcha in usual web browsers.
Captcha works well
despite this error. Is it Ok?
The html where captcha is embeded:
<html> <head> <title>reCAPTCHA</title> <script type="text/javascript" src="//www.google.com/recaptcha/api.js?hl=en"></script> </head> <body> <div style="margin: auto; max-width: 400px;"> <div class="h"><b>Confirm that you are not a robot</b></div> <div class="p"> Your actions seemed suspicious. </div> <form action="?force_web=1" method="POST"> <input type="hidden" name="lang_id" value="en"> <div class="g-recaptcha" data-sitekey="our-site-key" data-stoken=""></div> <br/> <input type="submit" value="Send"> </form> </div> </body> </html>
пятница, 22 января 2016 г., 16:36:14 UTC+3 пользователь Patrick CHEUNG написал: