505 HTTP Version Not Supported
- Category :
- Concept
- Tags :
- general_computing_gleanings
- http
- http_status_codes
- 5XX_server_error_responses
- 5
- Created:
Table of Contents
About
The HTTP 505 HTTP Version Not Supported
server error response status
code indicates that the HTTP version used in the request is not
supported by the server; it’s common to see this error when a request
line is improperly formed such as GET /path to resource HTTP/1.1
or
with \n
terminating the request line instead of \r\n
1.
Example
For example, intermediaries such as load balancers may not handle request lines of a forwarded request as illustrated in the example below:
505 HTTP Version Not Supported
Anki
Links
References
MDN. “505 HTTP Version Not Supported”. Available at: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/505. (Accessed: ). ↩︎
Share :
Other Articles
- Published:
- Sec-WebSocket-Key header
- Category: Concept
- Published:
- Application Programming Interface (API)
- Category: Concept
- Published:
- Internet Protocol address (IP address)
- Category: Concept