in reply to Re^2: HTTP request
in thread HTTP request
And because the whole /HTTP/1.1 bit looks like the resource, the server is assuming HTTP/1.0 rather than HTTP/1.1
Not quite. The entire request lacks a protocol specification, so the server will treat it as a HTTP/0.9 request for a resource named /HTTP/1.1. That resource usually does not exists and results in a "404 Not Found" response.
Of course, servers are free to refuse HTTP/0.9 and even HTTP/1.0 with a "400 Bad Request" response, but I have not yet seen such a server.
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: HTTP request
by sauoq (Abbot) on Mar 15, 2011 at 18:21 UTC |