in reply to Force HTTP Requests from a Specific Interface

Asked and Answered, your honor.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: Force HTTP Requests from a Specific Interface

Replies are listed 'Best First'.
Re: •Re: Force HTTP Requests from a Specific Interface
by Anonymous Monk on Nov 18, 2003 at 14:47 UTC
    Thanks Randal! FYI, I tested it out with a packet sniffer and setting @LWP::Protocol::http::EXTRA_SOCK_OPTS to ("LocalAddr", $yourhostalias) just before making the request does indeed do the trick.