Ok fixed. The problem was plain stupid: I did not prepended "http://" to httpproxy, setting it to just proxy:port.
However, I noted that webfs -d option is not documented. Nor is the need to prepend http:// to httpproxy (I suppose however that this could be taken as default). Whenever I'll find my way to acme and plan9 I'll send you a patch... Thanks you all for your help! Giacomo 2015-02-13 10:11 GMT+01:00 <cinap_len...@felloff.net>: > heres how it should look like (tuttle.9hal:8888 is my proxy servr): > > term% httpproxy=http://tuttle.9hal:8888 webfs -d; hget http://google.com > clientctl: url http://google.com > http(0): GET http://google.com/ > hdial [1] tcp!tuttle.9hal!8888 > -> GET http://google.com/ HTTP/1.1 > Host: google.com > User-Agent: Mozilla/5.0 (compatible; hjdicks) > Connection: keep-alive > Referer: http://google.com/ > Accept: */* > > <- HTTP/1.1 302 Found > > -- > cinap >