Re: getting webpage from different server than the url points to?

2004-05-10 Thread Gisle Aas
hubert depesz lubaczewski [EMAIL PROTECTED] writes: Charles C. Fu wyrzebi(a): If 10.2.1.7 complies even even minimally with HTTP/1.1, then you can force requests to be sent to it by setting 10.2.1.7 to be your proxy server. If limiting yourself to LWP::Simple, then the proxy server is

Re: getting webpage from different server than the url points to?

2004-05-10 Thread Charles C. Fu
In [EMAIL PROTECTED] on 09 May 2004, hubert depesz lubaczewski [EMAIL PROTECTED] wrote: i need to be able to fetch a webpage with given address (let's say: http://www.depesz.pl/personal.php) but - send the request to another server. i.e. www.depesz.pl happens to be 217.17.46.135 and i

Re: getting webpage from different server than the url points to?

2004-05-10 Thread hubert depesz lubaczewski
Charles C. Fu wyrzebi(a): If 10.2.1.7 complies even even minimally with HTTP/1.1, then you can force requests to be sent to it by setting 10.2.1.7 to be your proxy server. If limiting yourself to LWP::Simple, then the proxy server is set through environment variables (e.g., set http_proxy to