Browsing over IPv6

Joerg Sonnenberger joerg at britannica.bec.de
Mon Jul 2 15:23:22 UTC 2012


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
<empty line>

Joerg


More information about the freebsd-hackers mailing list