Hi, I have two IP addresses on my computer, and would like to send out requests on both using a single Java application and HttpClient. Is this possible? I.e. one request sent out from the first IP, and the next request sent out from the second IP.
Thanks, Tony
