From owner-freebsd-hackers@FreeBSD.ORG Mon Jul 2 15:23:22 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 88535106566B for ; Mon, 2 Jul 2012 15:23:22 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from mo6-p00-ob.rzone.de (mo6-p00-ob.rzone.de [IPv6:2a01:238:20a:202:5300::1]) by mx1.freebsd.org (Postfix) with ESMTP id 1A0FA8FC12 for ; Mon, 2 Jul 2012 15:23:21 +0000 (UTC) X-RZG-AUTH: :JiIXek6mfvEEUpFQdo7Fj1/zg48CFjWjQv0cW+St/nW/avgusCdvwXOZ/NA7x/bslxgXaSyGt2q30/cJecSNjxGIS5J8 X-RZG-CLASS-ID: mo00 Received: from britannica.bec.de ([2001:6f8:13f0:0:41d4:9bbe:5125:6e58]) by smtp.strato.de (joses mo94) (RZmta 29.19 AUTH) with (AES128-SHA encrypted) ESMTPA id 503d5do62EMmg9 for ; Mon, 2 Jul 2012 17:23:20 +0200 (CEST) Received: by britannica.bec.de (sSMTP sendmail emulation); Mon, 02 Jul 2012 17:23:19 +0200 Date: Mon, 2 Jul 2012 17:23:19 +0200 From: Joerg Sonnenberger To: freebsd-hackers@freebsd.org Message-ID: <20120702152319.GB13749@britannica.bec.de> Mail-Followup-To: freebsd-hackers@freebsd.org References: <4FF18216.3070207@m5p.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: Browsing over IPv6 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jul 2012 15:23:22 -0000 On Mon, Jul 02, 2012 at 05:09:36PM +0200, Wojciech Puchar wrote: > >to "GET / HTTP/1.1"). So what's the most likely point of failure? > ^^^^^^^^^^^^^^ > > you already answered your question :) > > check > > > telnet ... 80 > GET http://fullsitename/ HTTP/1.1 Full URL is only valid for proxies. What you want to do is: GET / HTTP/1.0 Host: fullsitename Joerg