Request Headers

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

Accept The file types the browser can accept.
Authorization Used if the browser wants to authenticate itself with a server; information such as the username and password are included.
User-agent The name and version of the browser software.
Referer The URL of the document where the user clicked on the link.
Host The Internet host and port number of the resource being requested.

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

Each line in the file has the following Syntax:

Request_Header_Name:New_Value

To delete a header just omit the New_Value.

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

Example:
# Mask as Microsoft IE 6.0
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 4.0)

# Do not submit cookies
#Cookie:I don't like Cookies