Some tools issue HTTP/1.1 requests by default, but what is issued depends on the remote service and what it says it will accept. For example ftp/curl uses 1.1 by default but can be forced to issue /1.0 requests.
HTTP 1.0 is now prehistoric technology, just about every single command line tool uses HTTP 1.1 by default. The fetch(1) tool or ftp/wget should do the job.
The version of http is set in the headers sent. wget has an option to send different headers. If you use telnet, you can type in the the header you want.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.