Click to See Complete Forum and Search --> : w3m: does it support proxies?


Ludootje
11-22-2001, 01:59 PM
Well, I think the topic is pretty clear :)

[ 23 November 2001: Message edited by: Ludootje ]

error27
11-23-2001, 03:54 AM
Why would anyone oppose them?

Ludootje
11-23-2001, 12:03 PM
Originally posted by error27:
<STRONG>Why would anyone oppose them?</STRONG>
What do you mean? I think you misunderstood my question, I've head that the w3m-browser is good, though I have to use proxies for http. Under "links", I can simply press escape, and then set it up for proxies. Under w3m, I'm not aware of such an option. I was wonder if I have to edit a *.conf-file, or if it's just not supported.

TIA
Ludootje

[ 23 November 2001: Message edited by: Ludootje ]

z0mbix
11-23-2001, 12:15 PM
do you mean w3m? I think error27's talking about the WWW Convention as you subject implies.

How do I specify a proxy server?
Set the environment variable HTTP_PROXY or use the option setting panel ("o" key). For example, if you want to use port 8000 of proxy.hogege.com, specify
http://proxy.hogege.com:8000/

Try here (http://w3m.sourceforge.net/).

[ 23 November 2001: Message edited by: cheeky_zombie ]

Ludootje
11-23-2001, 01:28 PM
now i feel dumb :o :o
i really thought it was called w3c.. no idea why:/
sorry for those who misunderstood me
i'll edit the topic etc..
dumb dumb dumb

Ludootje
11-23-2001, 01:44 PM
Originally posted by cheeky_zombie:
<STRONG>
Set the environment variable HTTP_PROXY or use the option setting panel ("o" key). For example, if you want to use port 8000 of proxy.hogege.com, specify
http://proxy.hogege.com:8000/</STRONG>

how can i specify that in w3m? i have the option "w3m -no-proxy" but not "w3m -proxy=http://proxyurl :port/
what "o" key? when i type "o", nothing happens.. where do i have to use the "o" key?

z0mbix
11-23-2001, 02:44 PM
I couldn't tell you anymore as I've never used it. I'm just posting what I found on the w3m site. Have you been to the w3m site and performed a google/linux (http://www.google.com/linux) search? :p

Ludootje
11-23-2001, 03:52 PM
good idea, searching google currently..
owyeah, anyone an idea if lynx supports proxies?

damn proxies :mad:

Ludootje
11-23-2001, 04:16 PM
a search on google brought me too http://linux.csua.berkeley.edu/doc/w3m/MANUAL.html which says the following:
w3m -pauth username:password
Set username and password for (basic) proxy authentication.
though, i don't have a username&pass, i have a manuel proxy config (http://proxy.provider.com:port & ftp://proxy.provider.com:port) and an automatic configuration url (http://automatic.config.url:port)
so now, i don't anything else.. but maybe you ppl knows what i can do with that*?*

quandary
11-23-2001, 05:41 PM
If you're using bash, you can specify the HTTP_PROXY variable by typing export HTTP_PROXY="hostname :portnumber" at the bash prompt. Or, add that line to your ~/.bash_profile and then source ~/.bash_profile.
Once you have w3m started you can type "o" to bring up the option-setting panel, where you can also specify the proxy server's address and port number.

[Edit: damn smilies]

[ 23 November 2001: Message edited by: quandary ]