[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] [Slightly OT] GET command for virtual hosts?



Graeme Fowler wrote:
> 
> What you need to do is:
> 
> telnet www.punter.co.uk 80
> <connect>
> GET / HTTP/1.1
> Host: www.punter.co.uk
> <return>

That's the one.  As a point of info, you can issue it as HTTP/1.0:

GET / HTTP/1.0
Host: www.punter.co.uk
<return>

Thanks.

-- 
Dom.