列出 Request.ServerVariables


Request.ServerVariables
NamesValues
Request.ServerVariables("ALL_HTTP") HTTP_ACCEPT:*/* 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: */* 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")
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")
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.145.60.166 
Request.ServerVariables("REMOTE_HOST") 3.145.60.166 
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")
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_HOST") mirlab.org 
Request.ServerVariables("HTTP_USER_AGENT") Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) 

View source: [Server-side script] [Client-side script (ctrl+u)]
回到「JScript 程式設計與應用:伺服器端