Request.ServerVariables
collectionvalue= Request.ServerVariables(name)
The standard CGI variable are available in this collection.
ALL_HTTPA string containing all of the request headers. Check this too see what other variables are available on your server.
HTTP_VIAThe name of any proxy software between the client and the server.
HTTP_FORWARDED_FORThe real address of a client using a proxy server.
LOGON_USERThe Windows username the client is using to access a non-anonynous address.
PATH_INFOExtra (fake) path info, after the filename: /page.asp/more.
PATH_INFO works incorrectly
unless the Metabase key AllowPathInfoForScriptMapping is
modified.
REMOTE_ADDRThe address of the client system.
SCRIPT_NAMEThe virtual path of the currently running page.
URLThe address of the currently running page.
This collection contains a list of IStringList collection items.