Server Side Variables
| Information
| Microsoft ASP Request.ServerVariables
| Value
|
| client browser type
| ("http_user_agent")
| CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
|
| Client Language
| ("HTTP_ACCEPT_LANGUAGE")
| en-us,en;q=0.5
|
| Client NT Logon
| ("logon_user")
|
|
| client IP address
| ("LOCAL_ADDR")
| 72.167.183.6
|
|
| ("REMOTE_PORT")
| 40433
|
| URL requested by client
| ("REMOTE_ADDR")
| 38.103.63.61
|
| Referring URL
| ("HTTP_REFERER")
|
|
| Referring Host Name
| ("HTTP_HOST")
| www.wilsonmar.com
|
|
| ("QUERY_STRING")
|
|
|
| ("GATEWAY_INTERFACE")
| CGI/1.1
|
| Server Software
| ("SERVER_SOFTWARE")
| Microsoft-IIS/6.0
|
| Content Type
| ("CONTENT_TYPE")
|
|
| Content Length
| ("CONTENT_LENGTH")
| 0
|
| name of script
| ("SCRIPT_NAME")
| /1asp.aspx
|
|
| ("PATH_INFO")
| /1asp.aspx
|
|
| ("PATH_TRANSLATED")
| d:\hosting\wilsonmar\1asp.aspx
|
|
| ("INSTANCE_META_PATH")
| /LM/W3SVC/2597829
|
|
|