[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ja/docs/Web/HTTP/Reference/Status/505 [Back]  [Original]

505 HTTP Version Not Supported - HTTP | MDN

MDN Web Docs

View in English Always switch to English

505 HTTP Version Not Supported

HTTP 505 HTTP Version Not Supported HTTP

GET /path to resource HTTP/1.1 \r\n \n

http
505 HTTP Version Not Supported

505

example.com/dog%20trainers URL HTTP trainers 505

http
GET /dog trainers HTTP/1.1
Host: example.com
http
HTTP/1.1 505 HTTP Version Not Supported
Content-Type: text/html;
Content-Length: 123

<!doctype html>
<html lang="en">
<head>
  <title>505 HTTP Version Not Supported</title>
</head>
<body>
  <h1>505 HTTP Version Not Supported</h1>
  <p>If this problem persists, please <a href="https://example.com/support">contact support</a>.</p>
  <p>Server logs contain details of this error with request ID: ABC-123.</p>
</body>
</html>

HTTP Semantics
# status.505


Web Proxy Viewer  |  New URL  |  Original Page