forward index back 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

  1. GET /site-map.html HTTP/1.0
  2. Host: www.college.edu
  3.  
  1. HTTP/1.0 200 OK
  2. Date: Wed, 19 Apr 2000 16:37:29 GMT
  3. Server: Apache/1.3.12 (Unix) PHP/3.0.16
  4. Content-Type: text/html
  5.  
  6. <HTML>
  7. <HEAD>
  8. ...