Support for Authenticated Proxy in google-http-client java library

86 Views Asked by At

We are using NetHttpTransport provided by google-http-client java library, which allows us to specify a proxy. However, I could not figure out a way to specify the username and password. For Http proxies, we could provide it using "Proxy-Authorization" headers. But we need to use this for a SOCKS proxy. Is there any support for this ?

0

There are 0 best solutions below