New: Kanri (Oct 09, 2024), Platform 29.5.3 (Jun 27, 2024) 1,100+ portable packages, 1.1 billion downloads No Ads November!, Please donate today
I want to use the proxy server 10.1.101.45 at port 80. What should I enter in Tools>Options>proxies
Hi apparle,
here the solution:
copy the sample.wgetrc to .wgetrc and edit the section
http_proxy = http://localhost:4001/ use_proxy = off
change the values to the one you need.
In the application themselves you need to add the following into the Additional Parameter section if you want to use the configured proxy
--proxy=on
That's it
cheers Gullibaer
PS: By the way a new BINARY for wget is available under http://gnuwin32.sourceforge.net/packages/wget.htm
Hi apparle,
here the solution:
copy the sample.wgetrc to .wgetrc and edit the section
http_proxy = http://localhost:4001/
use_proxy = off
change the values to the one you need.
In the application themselves you need to add the following into the Additional Parameter section if you want to use the configured proxy
--proxy=on
That's it
cheers
Gullibaer
PS: By the way a new BINARY for wget is available under http://gnuwin32.sourceforge.net/packages/wget.htm