Re: RedirectStrategy and HttpHost

2016-04-12 Thread Sam Wilson
On 4/9/16 12:19 PM, Sam Wilson wrote: On 4/9/16 5:46 AM, Oleg Kalnichevski wrote: On Fri, 2016-04-08 at 12:12 -0400, Sam Wilson wrote: Hey httpclient-users, I've got another question for you! To make requests to a particular IP with a certain host I'm using: HttpClient.execute(HttpHost

Re: RedirectStrategy and HttpHost

2016-04-09 Thread Sam Wilson
On 4/9/16 5:46 AM, Oleg Kalnichevski wrote: On Fri, 2016-04-08 at 12:12 -0400, Sam Wilson wrote: Hey httpclient-users, I've got another question for you! To make requests to a particular IP with a certain host I'm using: HttpClient.execute(HttpHost tgt, HttpRequest req) For example