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 I'd give 127.0.0.1 as the target, while the request points to www.example.com. This works fine and dandy (as long as I don't use -1 as the port, but that's another issue.)

Now, I'd also like to similarly override the target when handling HTTP redirects, but alas RedirectStrategy.getRedirect only returns a request. How should I achieve what I want?

I'm probably missing something really dumb here, so please forgive me if I am.

Thanks,
Sam

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
For additional commands, e-mail: httpclient-users-h...@hc.apache.org

Reply via email to