Open GoogleCodeExporter opened 8 years ago
now the error line1 is changed :
net.tanesha.recaptcha.ReCaptchaException: Cannot load URL: Server redirected too many times (20)
please give a solution if anyone faced this problem.
I am using Oracle content server with Oracle database.I have written reCaptcha
Java code in my java class function and calling this java code through my
custom content service which is written in my custom component.
Original comment by anubhavm...@gmail.com
on 12 Jul 2010 at 12:32
Hi,
I am also trying to use reCaptaha in java application and getting same problem.
Did you got the solution of this issue. Is there any way to provide proxy
settings or any workaround.
Please guide me on this issue if possible.
Thanks in advance.
Original comment by mona.ver...@gmail.com
on 28 Feb 2011 at 5:49
Any updates on this?
Original comment by Murtaz...@gmail.com
on 12 Dec 2012 at 9:02
This seems to be an issue with proxy settings. If your organization is having
any proxy setting, then you will face this issue,as the proxy stops the code
from contacting the URL. Can you do away with proxy setting?
Original comment by stand...@gmail.com
on 26 Dec 2012 at 9:31
Hi,
I am using reCaptaha in my web application earliera it was working fine but now
i am getting Exception.
net.tanesha.recaptcha.ReCaptchaException: Cannot load URL: Server returned HTTP response code: 401 for URL: http://api-verify.recaptcha.net/verify
Please help me to resolve the problem ASAP.
Thanks in advance.
please
Original comment by praveen....@gmail.com
on 4 Apr 2013 at 6:58
I got the solution it was problem of proxy I have set the proxy and got resolve.
Original comment by praveen....@gmail.com
on 5 Apr 2013 at 8:24
I got the error: Cannot load URL: api-verify.recaptcha.net
can you suggest how to resolve this problem by setting proxy ?
Original comment by andyteng...@gmail.com
on 9 Aug 2013 at 9:18
I got this error in my working environment and it happened
because the machine in which, in this case, the servlet container (tomcat) was
running didn't have access to google servers since the network admin had
blocked all the outgoing connections to them (including google's subdomains).
So check that your server where you're working on (where oracle server is) has
access to google servers.
Original comment by diego.to...@ecorebit.com
on 15 Jan 2015 at 11:15
how can we modify the code to not use a proxy and just go from the webserver to
api-verify.recaptcha.net
Original comment by JEFmmaro...@gmail.com
on 26 May 2015 at 7:27
Original issue reported on code.google.com by
anubhavm...@gmail.com
on 9 Jul 2010 at 9:48Attachments: