If so, what are they?
I ask only because I am making a web server, and am not sure if I should spend time worrying about a client not being HTTP/1.1 (sending a good response etc).
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Certainly they still exist; and at the very least, they still could exist. Many programs that aren’t web browsers that make HTTP request use HTTP/1.0 to just make
HEADrequests because HTTP/1.0 doesn’t require as much information from the client. You should definitely support them if you are trying to make a massively supported web server.Internet Explorer 6.0 isn’t widely used, but it’s still generally supported because the world hasn’t yet abandoned it. (By the way, that isn’t me condoning the continued existence of IE6.)