austgl / recaptcha

Automatically exported from code.google.com/p/recaptcha
0 stars 0 forks source link

Cannot load URL: api-verify.recaptcha.net #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When i am enter the code in reCAPTCHA box and click on send button in gives 
an error on my Oracle content server 

System Error: Runtime error: net.tanesha.recaptcha.ReCaptchaException: Cannot 
load URL: api-verify.recaptcha.net 

2. i am using recaptcha4j-0.0.7 in Windows XP Operating System
3. It stucks while executing 

ReCaptchaResponse reCaptchaResponse = reCaptcha.checkAnswer(remoteAddress, 
challenge, uresponse);

remoteaddress,public and private key are correct so what is the problem ,Am i 
facing any proxy issue so how i can fix this.

Original issue reported on code.google.com by anubhavm...@gmail.com on 9 Jul 2010 at 9:48

Attachments:

GoogleCodeExporter commented 9 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Any updates on this?

Original comment by Murtaz...@gmail.com on 12 Dec 2012 at 9:02

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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