Error AtlasError Documentation and Resolution

HTTP 505 HTTP Version Not Supported

505 HTTP Version Not Supported

The server does not support, or refuses to support, the major HTTP version used in the request message.

505 HTTP Version Not Supportedgeneral
505 HTTP Version Not Supported
  • The client is sending an HTTP version the server does not support.
  • A proxy, library, or custom client forced an incompatible protocol version.
  • The server's protocol handling or upgrade path is misconfigured.
  1. Check which HTTP versions the target server or API actually supports.
  2. Update the client or library configuration to use a supported HTTP version.
  3. Review reverse proxies or protocol gateways that may be rewriting or blocking the expected version.
MDN: 505 HTTP Version Not Supported
505 HTTP Version Not Supported: what it means and how to fix it | Error Atlas