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 --
