Does anyone know a quick way to make an outgoing HTTP request go through a specific (logical) IP address in java?
I'm thinking of using the Apache HTTP client (part of the http components), which certainly has a way to do this, but the API looks trivial. Has anyone already done something similar with him?
Thank.
source
share