I am calling a number of apis of a web service hosted on a number of servers. Requests get routed to these servers at random through a load balancer. All these servers reside on my local network and I want one particular api call to go to one particular server. Since I don't want other requests to get affected, I am unwilling to put a host entry on the server hosting my app. Can this be achieved through code? I am coding in ruby and using net-http gem to make api calls. Any implementation using curb gem is also welcome.
Thanks
-Azitabh