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_ACCEPT_ENCODING:gzip, br, zstd, deflate
HTTP_COOKIE:RWSESSID=2c0d9e74a3e09cdfcab51c73b4942f11
HTTP_HOST:sorenwinslow.com
HTTP_USER_AGENT:Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
|
ALL_RAW |
Accept: */*
Accept-Encoding: gzip, br, zstd, deflate
Cookie: RWSESSID=2c0d9e74a3e09cdfcab51c73b4942f11
Host: sorenwinslow.com
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
|
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 |
18.227.0.255 |
REMOTE_HOST |
18.227.0.255 |
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_ACCEPT_ENCODING |
gzip, br, zstd, deflate |
HTTP_COOKIE |
RWSESSID=2c0d9e74a3e09cdfcab51c73b4942f11 |
HTTP_HOST |
sorenwinslow.com |
HTTP_USER_AGENT |
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
|