Resonse Headers

Response heards are send together wich each HTTP request from the web server  and contain additional information.
The most common request headers are:

Server The name and version of the web server.
Date The current date (in Greenwich Mean Time).
Last-modified The date when the document was last modified.
Expires The date when the document expires.
Content-length The length of the data that follows (in bytes).
Content-type The MIME type of the following data.
WWW-authenticate Used during authentication and includes information that tells the browser software what is necessary for authentication (such as username and password).


Request headers can be modified by editing the file headers-response.

Each line in the file has the following Syntax:

Response_Header_Name:New_Value

To delete a header just omit the New_Value.

Hash (#) characters can be used to insert comment lines.

Example:
# Don not receive cookies
#Set-Cookie: