Internet Basics and HTML
GET /index.html HTTP1.0 Accept: text/html, text/plain //optional User-Agent: Mozilla/1.0 //optional \r\n \r\nA POST request can include data before the
\r\n\r\n.
HTTP/1.1 200 OK //response code Date: Fri, 28 Dec 2001 14:59:11 GMT Server: Apache/1.3.20 (Unix) PHP/4.0.6 mod_ssl/2.8.4 OpenSSL/0.9.6b Last-Modified: Fri, 28 Dec 2001 14:55:00 GMT ETag: "a5a99-17f5-3c2c87c4" //entity tag Accept-Ranges: bytes Content-Length: 6133 Connection: close //one-shot Content-Type: text/html \r\n \r\n <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML LANG="en"><HEAD> <TITLE>University of South Carolina Home Page</TITLE></HEAD> ......
15 of 24