Is HTTP 1.0 being used nowadays?
Its a stupid question to ask. Is HTTP 1.0 still used by any client or server? its because I am working on a proxy server program that requires HTTP 1.1
Solution 1:
There was a discussion about this over on stackoverflow not too long ago and some here too.
The gist is that it's still in use.
Solution 2:
Yes - numerous reverse proxy packages are 1.0 only. They will receive 1.1 requests, but all backend traffic is sent as 1.0. Nginx comes to mind.