Proxy 使用代理的GoogleRecaptcha

Proxy 使用代理的GoogleRecaptcha,proxy,localhost,recaptcha,Proxy,Localhost,Recaptcha,我想在我的网站上使用GoogleReCAPTCHA,但问题是我使用代理服务器连接到internet,并绕过代理服务器在localhost上测试我的代码。 我们是否可以在代理后使用google recaptcha? 提前谢谢 试试看 System.setProperty("http.proxyHost", "YourHostName"); System.setProperty("http.proxyPort", 80);

我想在我的网站上使用GoogleReCAPTCHA,但问题是我使用代理服务器连接到internet,并绕过代理服务器在localhost上测试我的代码。 我们是否可以在代理后使用google recaptcha? 提前谢谢

试试看

            System.setProperty("http.proxyHost", "YourHostName");
            System.setProperty("http.proxyPort", 80);