Request.ServerVariables
AUTH_TYPE: Authentication method of the server
CONTENT_LENGTH: Length of the request
CONTENT_TYPE: Type of Request Object (GET or POST)
GATEWAY_INTERFACE: The CGI specification
HTTP_headername: Proprietary header
LOGON_USER: Windows NT account used
PATH_INFO: Virtual path on the server of the file requested
PATH_TRANSLATED: Physical path on the server of the file requested
QUERY_STRING: Query String for an anchor tag
REMOTE_ADDR: Address of the client machine
REMOTE_HOST: Name of the client machine
REQUEST_METHOD:
POST, GET or PUT
SCRIPT_MAP: Domain name of the URL
SCRIPT_NAME: File requested with the virtual root
SERVER_NAME: Port that the client sends the request to
SERVER_PORT: Name of the Web Server answering the port
SERVER_PORT_SECURE: 1= secure & 0 = not secure
SERVER_PROTOCOL
SERVER_SOFTWARE: Web software running on the server
URL:File requested including the virtual path