Graham Leggett wrote:
> 
> GET / HTTP/1.0 on it's own violates RFC2616, and the 400 Bad Request you
> are getting is the correct response.
> 
> GET / HTTP/1.0
> Host: www.ukrbiz.net
> 
> is the correct way to do it - a missing Host header will cause an error.
> 
> Regards,
> Graham
> --
> -----------------------------------------
> [EMAIL PROTECTED]                "There's a moon
>                                         over Bourbon Street
>                                                 tonight..."

No it shouldn't. HTTP 1.0 does not require host headers. Host headers
are only required to correctly identify name-based virtual hosts anyway.

-- 
Jerry Baker

PGP Key: http://www.jerrybaker.org/pgp.html

LAME MP3 Encoder Binaries: http://www.jerrybaker.org/lame/
Apache 2.0 Web server Installer: http://www.jerrybaker.org/apache/

Reply via email to