Re: Proxy authentication + Basic authentication on the Client instance

2013-12-23 Thread Oleg Kalnichevski
On Sun, 2013-12-22 at 20:55 -1000, Arul Dhesiaseelan wrote: Hi, I am using a proxy to connect to a web service. Both proxy and web service are secured with different set of credentials. I am trying to perform a GET request using Apache HttpClient 4.3.1. URI proxyUri =

Re: Proxy authentication + Basic authentication on the Client instance

2013-12-23 Thread Arul Dhesiaseelan
Awesome, that did the trick. Thanks Oleg. On Sun, Dec 22, 2013 at 10:42 PM, Oleg Kalnichevski ol...@apache.orgwrote: On Sun, 2013-12-22 at 20:55 -1000, Arul Dhesiaseelan wrote: Hi, I am using a proxy to connect to a web service. Both proxy and web service are secured with different

Proxy authentication + Basic authentication on the Client instance

2013-12-22 Thread Arul Dhesiaseelan
Hi, I am using a proxy to connect to a web service. Both proxy and web service are secured with different set of credentials. I am trying to perform a GET request using Apache HttpClient 4.3.1. URI proxyUri = URI.create(http://localhost:9000;); URI targetUri =