From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-la0-f46.google.com ([209.85.215.46]) by pp; Fri Feb 13 04:59:54 EST 2015 Received: by lamq1 with SMTP id q1so15301801lam.5 for <9front@9front.org>; Fri, 13 Feb 2015 01:59:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=tv3BfT1lCnMyd3PVbEYr+S6nYlQirxi8uLcwlFuYfOo=; b=kDFoAmzNO8DJfL65Y08muzE1+vcO+antU8pClb1nbve5rMgxYzXOaPmjkPJOkSJIaI oRzv9m/y6jYEsQrq811VHtvIlYuAaTCVUrpkGjhcErPdtdRaMlUj3KlXonvJbvo+rO4E ek8aDMairYwroIfkQuV3vmFV4Q4HkRxy/eAy1mudCyTr2SBkwo+qoMICcN8bCoY5Ef6+ YhFWNQVua6etJsA1oCvzpZJpHoBc2jdD3Doy8kfcmo+Pc9FySYTPphut/QVmqWLzZxSc Asqo3Gkpv2RYNuCHPskiw7QEVlFymgC4NNz3OSWMoRyOU73uzESiooJyvzn7VXFwOLJF 224A== X-Gm-Message-State: ALoCoQkjuvpG8DGty1KoGVgxHGZiU83z9opIu9d37RgqRAtFoUBYXZxDRzJXW/rZdhTAeF88o/yM MIME-Version: 1.0 X-Received: by 10.152.179.172 with SMTP id dh12mr4641806lac.76.1423821591105; Fri, 13 Feb 2015 01:59:51 -0800 (PST) Received: by 10.114.12.37 with HTTP; Fri, 13 Feb 2015 01:59:51 -0800 (PST) In-Reply-To: <398e2886ff265a8839050c31589508d0@felloff.net> References: <398e2886ff265a8839050c31589508d0@felloff.net> Date: Fri, 13 Feb 2015 10:59:51 +0100 Message-ID: List-ID: <9front.9front.org> X-Glyph: ➈ X-Bullshit: configuration TOR just-in-time method extension hypervisor Subject: Re: [9fans] telnet to port (and webfs debug) From: Giacomo Tesio To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>, 9front@9front.org Content-Type: text/plain; charset=UTF-8 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 : > 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 >