Request.ServerVariables
|
---|
Names | Values
|
---|
Request.ServerVariables("ALL_HTTP")
| 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)
|
Request.ServerVariables("ALL_RAW")
| 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)
|
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")
| 3.133.139.164 |
Request.ServerVariables("REMOTE_HOST")
| 3.133.139.164 |
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_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) |