[keycloak-user] ReCaptcha behind proxy

Plank Martin Martin.Plank at softec.sk
Wed Mar 22 04:25:36 EDT 2017


Hello,

It would be nice if the ReCaptcha worked behind a corporate proxy. It was already reported in [1].
The problem is that ReCaptcha validation is implemented with the use of Apache HttpClient, which does not respect the Java proxy settings by default.
It can be fixed by using the SimpleHttp utility (which uses HttpURLConnection under the hood) instead of HttpClient.
I will be happy to contribute. Would you welcome this contribution?

Thank you for your answers
Martin

[1] https://issues.jboss.org/browse/KEYCLOAK-4272


More information about the keycloak-user mailing list