LITA Regional Institute: Proxy Web Servers and Authentication
San Antonio, TX February 22, 2001
Proxy Web Servers and Authentication > How Proxies Work > Overview of HTTP/1.0 and HTTP/1.1 protocols
Examples of messages
- GET /site-map.html HTTP/1.0
- Host: www.college.edu
-
- HTTP/1.0 200 OK
- Date: Wed, 19 Apr 2000 16:37:29 GMT
- Server: Apache/1.3.12 (Unix) PHP/3.0.16
- Content-Type: text/html
-
- <HTML>
- <HEAD>
- ...