Frage

What is the simplest way to work with NTLM proxies in Java? Just set proxyHost/Port/User/Password seems not work - proxy returns 407 Authentication required. Anybody have working set of this properties?

War es hilfreich?

Lösung

Problem solved - my app launch as service on windows and in setting user was "current user". And it's not working. Don't know why. When i input my credentials explicitly, 407 error gone.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top