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_ACCEPT:*/* HTTP_HOST:sorenwinslow.com HTTP_USER_AGENT:claudebot
ALL_RAW Accept: */* Host: sorenwinslow.com User-Agent: claudebot
APPL_MD_PATH /LM/W3SVC/1434/ROOT
APPL_PHYSICAL_PATH G:\PleskVhosts\sorenwinslow.com\httpdocs\
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 1434
INSTANCE_META_PATH /LM/W3SVC/1434
LOCAL_ADDR 50.63.9.42
LOGON_USER  
PATH_INFO /ServVar.asp
PATH_TRANSLATED G:\PleskVhosts\sorenwinslow.com\httpdocs\ServVar.asp
QUERY_STRING  
REMOTE_ADDR 54.163.14.144
REMOTE_HOST 54.163.14.144
REMOTE_USER  
REQUEST_METHOD GET
SCRIPT_NAME /ServVar.asp
SERVER_NAME sorenwinslow.com
SERVER_PORT 80
SERVER_PORT_SECURE 0
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE Microsoft-IIS/10.0
URL /ServVar.asp
HTTP_ACCEPT */*
HTTP_HOST sorenwinslow.com
HTTP_USER_AGENT claudebot
© 1967 - 2024 Soren Winslow