It is not possible to get authorization code behind a proxy that requires authentication

Issue #240 invalid
Former user created an issue

I am developing an application that integrates with a Authentication service in the internet, but the network is behind a reverse proxy with authentication. I tried to set the authentication on java settings: -Dhttps.proxyHost=host -Dhttps.proxyPort=8080 -Dhttps.proxyUser=username -Dhttps.proxyPassword=password , with default Authenticator. But nothing works.

Comments (3)

  1. Log in to comment