[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Virtual Hosting and 2.0 browsers
- Subject: Re: [cobalt-users] Virtual Hosting and 2.0 browsers
- From: "Brian Curtis" <admin@xxxxxxxxxxx>
- Date: Mon May 22 13:28:46 2000
- Organization: Pomfret Computer Technologies
Just did a bit of testing and came to the conclusion that Netscape issues
both HTTP/1.0 and HTTP/1.1 requests, but also includes the 'HOST:' header
field when using the 1.0 spec. As long as the 'HOST:' header is included in
the request, you'll get the proper Name based VHost with both 1.0 and 1.1
requests.
Feel free to try it yourself.
telnet <www.namebasedvhost.com> 80
<after successful connection>
GET / HTTP/1.0
HOST: <www.namebasedvhost.com>
<enter>
<enter>
And you'll see the raw output of the proper site.
BC
----- Original Message -----
From: "Dom Latter" <d.latter@xxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Monday, May 22, 2000 1:36 PM
Subject: Re: [cobalt-users] Virtual Hosting and 2.0 browsers
> Dan wrote:
> >
> > > My log files show that Netscape 4.7 makes 1.0 requests, and IE 4.72
> > > makes 1.1 requests.
> > >
> > I can't find that setting in NS. If it wasn't using HTTP 1.1, then I
don't
> > think you could see any virtual sites.