Request.ServerVariables
|
---|
Names | Values
|
---|
Request.ServerVariables("ALL_HTTP")
| HTTP_CACHE_CONTROL:max-age=259200
HTTP_CONNECTION:keep-alive
HTTP_VIA:1.1 squid-proxy-5b5d847c96-c9vl2 (squid/6.10)
HTTP_ACCEPT:*/*
HTTP_ACCEPT_ENCODING:gzip, br, zstd, deflate
HTTP_HOST:mirlab.org
HTTP_USER_AGENT:Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_X_FORWARDED_FOR:10.3.185.6
|
Request.ServerVariables("ALL_RAW")
| Cache-Control: max-age=259200
Connection: keep-alive
Via: 1.1 squid-proxy-5b5d847c96-c9vl2 (squid/6.10)
Accept: */*
Accept-Encoding: gzip, br, zstd, deflate
Host: mirlab.org
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
X-Forwarded-For: 10.3.185.6
|
Request.ServerVariables("APPL_MD_PATH")
| /LM/W3SVC/2/ROOT |
Request.ServerVariables("APPL_PHYSICAL_PATH")
| D:\intepub\wwwroot\ |
Request.ServerVariables("AUTH_PASSWORD")
| |
Request.ServerVariables("AUTH_TYPE")
| |
Request.ServerVariables("AUTH_USER")
| |
Request.ServerVariables("CERT_COOKIE")
| |
Request.ServerVariables("CERT_FLAGS")
| |
Request.ServerVariables("CERT_ISSUER")
| |
Request.ServerVariables("CERT_KEYSIZE")
| |
Request.ServerVariables("CERT_SECRETKEYSIZE")
| |
Request.ServerVariables("CERT_SERIALNUMBER")
| |
Request.ServerVariables("CERT_SERVER_ISSUER")
| |
Request.ServerVariables("CERT_SERVER_SUBJECT")
| |
Request.ServerVariables("CERT_SUBJECT")
| |
Request.ServerVariables("CONTENT_LENGTH")
| 0 |
Request.ServerVariables("CONTENT_TYPE")
| |
Request.ServerVariables("GATEWAY_INTERFACE")
| CGI/1.1 |
Request.ServerVariables("HTTPS")
| off |
Request.ServerVariables("HTTPS_KEYSIZE")
| |
Request.ServerVariables("HTTPS_SECRETKEYSIZE")
| |
Request.ServerVariables("HTTPS_SERVER_ISSUER")
| |
Request.ServerVariables("HTTPS_SERVER_SUBJECT")
| |
Request.ServerVariables("INSTANCE_ID")
| 2 |
Request.ServerVariables("INSTANCE_META_PATH")
| /LM/W3SVC/2 |
Request.ServerVariables("LOCAL_ADDR")
| 140.112.91.63 |
Request.ServerVariables("LOGON_USER")
| |
Request.ServerVariables("PATH_INFO")
| /jang/books/asp/example/request/serverVariables.asp |
Request.ServerVariables("PATH_TRANSLATED")
| D:\users\jang\books\asp\example\request\serverVariables.asp |
Request.ServerVariables("QUERY_STRING")
| |
Request.ServerVariables("REMOTE_ADDR")
| 216.73.216.123 |
Request.ServerVariables("REMOTE_HOST")
| 216.73.216.123 |
Request.ServerVariables("REMOTE_USER")
| |
Request.ServerVariables("REQUEST_METHOD")
| GET |
Request.ServerVariables("SCRIPT_NAME")
| /jang/books/asp/example/request/serverVariables.asp |
Request.ServerVariables("SERVER_NAME")
| mirlab.org |
Request.ServerVariables("SERVER_PORT")
| 80 |
Request.ServerVariables("SERVER_PORT_SECURE")
| 0 |
Request.ServerVariables("SERVER_PROTOCOL")
| HTTP/1.1 |
Request.ServerVariables("SERVER_SOFTWARE")
| Microsoft-IIS/10.0 |
Request.ServerVariables("URL")
| /jang/books/asp/example/request/serverVariables.asp |
Request.ServerVariables("HTTP_CACHE_CONTROL")
| max-age=259200 |
Request.ServerVariables("HTTP_CONNECTION")
| keep-alive |
Request.ServerVariables("HTTP_VIA")
| 1.1 squid-proxy-5b5d847c96-c9vl2 (squid/6.10) |
Request.ServerVariables("HTTP_ACCEPT")
| */* |
Request.ServerVariables("HTTP_ACCEPT_ENCODING")
| gzip, br, zstd, deflate |
Request.ServerVariables("HTTP_HOST")
| mirlab.org |
Request.ServerVariables("HTTP_USER_AGENT")
| Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
Request.ServerVariables("HTTP_X_FORWARDED_FOR")
| 10.3.185.6 |