| Header | Data | Meaning |
| A URL (Universal Resource Locator) is a general-purpose Internet addressing protocol, used to access web pages on the internet. A URL takes on the form of: protocol://hostname.domain.name/directory with or without file names/file name.file extension |
| RESPONSE: | HTTP/1.1 200 OK | OK
|
| CACHE-CONTROL: | private | Cache control directives. |
| CONTENT-LENGTH: | 10138 | Size of the resource, in bytes. |
| CONTENT-TYPE: | text/html; charset=utf-8 | Content type of the resource (such as text/html). |
| CONTENT-ENCODING: | gzip | Any additional content codings that have been applied to the entire resource. |
| VARY: | Accept-Encoding | Header that indicates that the entity was selected from a number of available representations of the response using server-driven negotiation. |
| SERVER: | Microsoft-IIS/7.0 | Information about the software used by the origin server to handle the request. |
| X-ASPNET-VERSION: | 2.0.50727 | ASP version number that the server is using. |
| P3P: | CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI" | |
| X-POWERED-BY: | ASP.NET | |
| DATE: | Tue, 19 Aug 2008 22:32:53 GMT | Date and time at which the message was originated. |