Re: Bad HTTP 1.1 request
Graham Leggett <[email protected]> Tue, 07 Oct 2003 21:07:38 +0200
| Newsgroups | gmane.comp.apache.mod-proxy |
|---|---|
| Message-ID | <[email protected]> |
Ueli Kessler wrote: > I've never dealt with status lines. > What are status lines exactly and what are they needed for? The status line describes the response the webserver returns to the browser when it receives a request. One of the more common status lines is "200 OK", another one is "304 Not Modified". If the remote webserver does not return a status line, or if the status line is corrupt, the proxy will give an error. Regards, Graham --