Differences Between HTTP Protocol Versions
HTTP (Hypertext Transfer Protocol) is an application layer communication protocol. Introduction to HTTP Protocol Versions: HTTP/0.9: Only accepts the GET request method, does not specify a version number in communication, and does not support request headers. Since this version does not support the POST method, clients cannot send much information to the server. HTTP/1.0: The … Read more