* From specifications ** RFC 2068・RFC 2616 (HTTP/1.1) 10.5.5 10.5.6 505 HTTP Version Not Supported > The server does not support, or refuses to support, the HTTP protocol version that was used in the request message. The server is indicating that it is unable or unwilling to complete the request using the same major version as the client, as described in section 3.1, other than with this error message. The response SHOULD contain an entity describing why that version is not supported and what other protocols are supported by that server. サーバーは、要求メッセージで使われた HTTP のプロトコルの版に対応していないか、 又は対応することを拒否します。サーバーは、 この誤りメッセージの他には、 クライアントと同じ[RUBY[大] [メジャー]]版を使った要求を完了させることができないか、又はその意思がないことを示しています。 応答は、なぜその版に対応していないのか及びそのサーバーで他のどのプロトコルに対応しているのかを説明した実体を含んでいる'''べきです'''。 ** RFC の部分の License [[RFCのライセンス]] * メモ [1] この[[状態符号]]は、 [[RFC1945]] では規定されていませんでしたから、 [[HTTP/1.0]] の実装や古い [[HTTP/1.1]] の実装は知らないかもしれません。