doublegsoft / recaptcha4j

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

ReCaptchaImpl using old URLs #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. As mentioned here 
https://groups.google.com/forum/#!topic/recaptcha-announce/wf9oREIMnmM the url 
for checking the captcha has been changed. But the Java file ReCaptchaImpl 
seems to have OLD urls

public static final String HTTP_SERVER = "http://api.recaptcha.net";
    public static final String HTTPS_SERVER = "https://api-secure.recaptcha.net";
    public static final String VERIFY_URL = "http://api-verify.recaptcha.net/verify";
Shouldn't it be changes as mentioned in the URL?

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Version 0.0.7, Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by tasleem....@gmail.com on 5 Dec 2014 at 11:46

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Sorry, My mistake. I should use 0.0.8 version. 

Original comment by tasleem....@gmail.com on 5 Dec 2014 at 12:07

GoogleCodeExporter commented 9 years ago
I inherited a project that depended on this library.  When we needed to turn on 
the feature, it didn't work.  So with a site on fire, I clicked the "Export to 
Github" to port it to 2.0.

Want to help fix issues they've seen in this generation help social code 
open-source?  Check out my first commits 
https://github.com/peoplemerge/recaptcha4j (tests currently broken so not safe 
for prod yet... unless your site is on fire like mine was)

Original comment by d...@delicious.com on 24 Mar 2015 at 5:50