Try to set the target IP address as proxy server for LWP:
my $ua = LWP::UserAgent->new; $ua->proxy('http', 'http://192.168.12.34:80/');
Communication with proxy servers is slightly different from "plain" HTTP communication (mostly: the URL is part of the GET/POST request, not only the path part), but I didn't find a webserver not supporting this.
In reply to Re: request URL from a specified IP address
by Sewi
in thread request URL from a specified IP address
by butchie3980
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |