[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:24:12 2000
- Organization: Pomfret Computer Technologies
Because you forgot to add the mandatory 'HOST:' header required by the
HTTP/1.1 RFC.
Try issuing:
GET / HTTP/1.1
HOST: localhost
<enter>
<enter>
Feel free to replace 'localhost' with the domain that you are sending a
request for (ie. www.yourdomain.com).
BC
> *But* here's something that is *weird*:
> If I issue a *manual* 1.1 request this happens:
>
> / > telnet 194.201.254.222 80
> Trying 194.201.254.222...
> Connected to 194.201.254.222.
> Escape character is '^]'.
> GET / HTTP/1.1
>
> HTTP/1.1 400 Bad Request
> Date: Mon, 22 May 2000 16:35:37 GMT
> Server: Apache/1.2.5 Cobalt
> Connection: close
> Transfer-Encoding: chunked
> Content-Type: text/html
>
> Any ideas?????
>