Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的网站上使用 google recaptcha,但问题是我正在使用代理服务器连接到互联网并绕过代理服务器在 localhost 上测试我的代码。无论如何我们可以在代理后面使用google recaptcha 吗?提前致谢 !
尝试
System.setProperty("http.proxyHost", "YourHostName"); System.setProperty("http.proxyPort", 80);