Listing 3. Static file request and response headers
GET /app/Css/home.css HTTP/1.1 Accept: */* Referer: http://myhost.internal.net/app/home.aspx Accept-Language: en-us Accept-Encoding: gzip, deflate If-Modified-Since: Thu, 26 Jun 2003 00:31:28 GMT If-None-Match: "62de38487a3bc31:7e9" User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; T312461; YComp 5.0.0.0) Host: myhost.internal.net HTTP/1.1 304 Not Modified Server: Microsoft-IIS/5.0 Date: Tue, 23 Sep 2003 20:35:21 GMT X-Powered-By: ASP.NET ETag: "125283185225c31:7e9" Content-Length: 0 |