Search squid archive

Re: Curl vs Wget on Squid

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



tor 2009-08-20 klockan 12:51 +0200 skrev jose luis sanchez:


> wget --proxy localhost:3128 "http://localhost:8080/MyApplication";

The correct way of using a proxy with wget is


env http_proxy=http://localhost:3128 wget http://localhost:8080/MyApplication

You normally do not need to specify the --proxy option to wget, it's
automatically set if there is an http_proxy environment variable.
Specifying --proxy is only needed if you have an .wgetrc specifying
--no-proxy and still want to use the proxy..

Regards
Henrik


[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux