[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [Slightly OT] GET command for virtual hosts?
- Subject: Re: [cobalt-users] [Slightly OT] GET command for virtual hosts?
- From: Dom Latter <d.latter@xxxxxxx>
- Date: Wed Oct 25 08:31:03 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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.