| Variable | Meaning |
| ALL_HTTP | All headers in an HTTP Format |
| ALL_RAW | All Headers in a RAW format |
| APPL_MD_PATH | Applicaton Meta Data Path (the path as stored in IIS metadata) |
| APPL_PHYSICAL_PATH | The physical path of the application (d:\inetpub\wwwroot\) |
| AUTH_PASSWORD | Password used for Authentication this is an encrypted key in many cases |
| AUTH_TYPE | User authorization type. Basic if the username is authenticated by the server, otherwise omitted. |
| AUTH_USER | The user name used to authenticate (Windows) |
| CONTENT_LENGTH | Number of bytes being sent by the client |
| CONTENT_TYPE | Content type when the REQUEST_METHOD is of type POST |
| DOCUMENT | Current document file name. |
| DOCUMENT_URI | Virtual path to the current document |
| DATE_GMT | Current date, GMT. Can be formatted using #CONFIG directive. |
| DATE_LOCAL | Current Date, local, can be formatted using the #CONFIG directive. |
| GATEWAY_INTERFACE | CGI Specification of the gateway. |
| LAST_MODIFIED | Last edit date of the document. |
| LOGON_USER | Windows NT account details for the user. |
| PATH_INFO | Additional path inormation as supplied by client-i.e. the part of the URL after the script name but before any query string. |
| PATH_TRANSLATED | The value of PATH_INFO on any virtual path converted to a physical directory name. |
| QUERY_STRING | Information following the question mark (?) in the URL scring. |
| QUERY_STRING_UNESCAPED | Un-escaped version of the querystring |
| REMOTE_ADDR | IP Address of the client. |
| REMOTE_HOST | Hostname of the client. |
| REMOTE_IDENT | Hostname of the client if it supports RFC931 identification. |
| REMOTE_USER | Client's user anme, as authenticated by the server. |
| REQUEST_METHOD | Request method type sent by client |
| SCRIPT_MAP | Map used for Scripting. |
| SCRIPT_NAME | Name of the script or application to be executed. |
| SERVER_NAME | Hostname or IP address fo server for self-referencing URLs |
| SERVER_PORT | The TCP/IP port which received the request. |
| SERVER_PORT_SECURE | Value of 1 indiciates the request is on anencrypted port. |
| SERVER_PROTOCOL | Protocol name and version, usually HTTP/1.1. Depends on sofware on server and client side. |
| SERVER_SOFTWARE | Name and version of the web server software |
| URL | Universal Resource Locator address of current page |
| |
| |