Soren Winslow Soren Winslow
ASP Server Variables Output
This script cycles through and outputs all of the server variables (Request.ServerVariables) that are available on this server. One ServerVariable that may not appear is HTTP_REFERER. It is the variable that shows the page you came here from. It will not appear if you came here directly by typing the URL in your borwser or clicked on a link in a non-web based (real email program) email.

Here is the ASP code for this script:

ALL_HTTP HTTP_CACHE_CONTROL:no-cache HTTP_CONNECTION:close HTTP_PRAGMA:no-cache HTTP_ACCEPT:Accept: application/xhtml+xml,text/html;q=0.9,text/plain; HTTP_ACCEPT_CHARSET:ISO-8859-1,utf-8;q=0.7,*;q=0.7 HTTP_ACCEPT_ENCODING:gzip HTTP_ACCEPT_LANGUAGE:en-us,en;q=0.5 HTTP_HOST:www.sorenwinslow.com HTTP_USER_AGENT:CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
ALL_RAW Cache-Control: no-cache Connection: close Pragma: no-cache Accept: Accept: application/xhtml+xml,text/html;q=0.9,text/plain; Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Accept-Encoding: gzip Accept-Language: en-us,en;q=0.5 Host: www.sorenwinslow.com User-Agent: CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
APPL_MD_PATH /LM/W3SVC/69179/Root
APPL_PHYSICAL_PATH D:\Domains\SorenWinslow.com\wwwroot\
AUTH_PASSWORD  
AUTH_TYPE  
AUTH_USER  
CERT_COOKIE  
CERT_FLAGS  
CERT_ISSUER  
CERT_KEYSIZE  
CERT_SECRETKEYSIZE  
CERT_SERIALNUMBER  
CERT_SERVER_ISSUER  
CERT_SERVER_SUBJECT  
CERT_SUBJECT  
CONTENT_LENGTH 0
CONTENT_TYPE  
GATEWAY_INTERFACE CGI/1.1
HTTPS off
HTTPS_KEYSIZE  
HTTPS_SECRETKEYSIZE  
HTTPS_SERVER_ISSUER  
HTTPS_SERVER_SUBJECT  
INSTANCE_ID 69179
INSTANCE_META_PATH /LM/W3SVC/69179
LOCAL_ADDR 195.62.29.122
LOGON_USER  
PATH_INFO /ServVar.asp
PATH_TRANSLATED D:\Domains\SorenWinslow.com\wwwroot\ServVar.asp
QUERY_STRING  
REMOTE_ADDR 38.103.63.59
REMOTE_HOST 38.103.63.59
REMOTE_USER  
REQUEST_METHOD GET
SCRIPT_NAME /ServVar.asp
SERVER_NAME www.sorenwinslow.com
SERVER_PORT 80
SERVER_PORT_SECURE 0
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE Microsoft-IIS/6.0
URL /ServVar.asp
HTTP_CACHE_CONTROL no-cache
HTTP_CONNECTION close
HTTP_PRAGMA no-cache
HTTP_ACCEPT Accept: application/xhtml+xml,text/html;q=0.9,text/plain;
HTTP_ACCEPT_CHARSET ISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_ACCEPT_ENCODING gzip
HTTP_ACCEPT_LANGUAGE en-us,en;q=0.5
HTTP_HOST www.sorenwinslow.com
HTTP_USER_AGENT CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
© 1967 - 2008 Soren Winslow