peoplemerge / recaptcha4j

Automatically exported from code.google.com/p/recaptcha4j
1 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