GetNetGoing helps make networks work |
Help for HTTP error 505: “HTTP Version not supported”This HTTP error occurs when a web server receives a request that asks to use a version of HTTP that the server does not support. Most web servers and browsers use HTTP version 1.1, though some use v1.0 and few use v0.9.Outline: Symptoms Cause Extra information SymptomsInternet Explorer may report this as “The website is unable to display the webpage”
Microsoft Windows Update reports HTTP 505 errors with error code 0x80244024 (hexadecimal 80244024).
Apache web servers report this as follows (text in blue may vary):
Further diagnosisThe official definition of this error states that “The response SHOULD contain an entity describing why that version is not supported and what other protocols are supported by that server.” [RFC 2616], so carefully search the response for clues as to what to do. (You may have to disable Internet Explorer friendly HTTP error messages in order to see what the server returned.)CauseTo determine which HTTP version the server is using, view the HTTP headers that are sent when you request an object from the server, and pay attention to the first line of the response from the server.What you can do about it
Extra informationHTTP versions are identified by two integers, which identify the major and minor version, separated by a period, e.g. “0.9” or “1.1”.HTTP versions are defined in the following documents:
|
| Copyright (C) 2012 | Site map | Contact us |