Complete list of request.servervariables parameters
Request.ServerVariables(Url)
Return server address
Request.ServerVariables(Path_Info)
Path information provided by the client
Request.ServerVariables(Appl_Physical_Path)
The physical path corresponding to the application metabase path (E:/xmxblog/)
Request.ServerVariables(Path_Translated)
The path obtained by mapping from virtual to physical (E:/xmxblog/admin_teama_cs.asp)
Request.ServerVariables(Script_Name)
The name of the execution script (without & parameter)
Request.ServerVariables(Query_String)
Query string content (parameter teamid=2; act=top&taid=3)
Request.ServerVariables(Http_Referer)
The string content of the request (is to obtain the source address, which is the address of the previous page. Including passing parameters for processing and returning)
Request.ServerVariables(Server_Port)
Server port number to accept requests
Request.ServerVariables(Remote_Addr)
The IP address of the remote host making the request
Request.ServerVariables(Remote_Host)
The name of the remote host from which the request was made
Request.ServerVariables(Local_Addr)
Returns the address of the server that accepts the request
Request.ServerVariables(Http_Host)
Return server address
Request.ServerVariables(Server_Name)
Server’s hostname, DNS address, or IP address
Request.ServerVariables(Request_Method)
Methods for making requests such as GET, HEAD, POST, etc.
Request.ServerVariables(Server_Port_Secure)
If the server port that accepts the request is a secure port, it is 1, otherwise it is 0
Request.ServerVariables(Server_Protocol)
The name and version of the protocol used by the server
Request.ServerVariables(Server_Software)
The name and version of the server software that answers the request and runs the gateway
Request.ServerVariables(All_Http)
All HTTP headers sent by the client, prefixed with HTTP_
Request.ServerVariables(All_Raw)
All HTTP headers sent by the client have the same result as when sent by the client, without the prefix HTTP_
Request.ServerVariables(Appl_MD_Path)
Metabase path for the application
Request.ServerVariables(Content_Length)
The length of the content sent by the client
Request.ServerVariables(Https)
Returns ON if the request comes through a secure channel (SSL) or OFF if the request comes from a non-secure channel
Request.ServerVariables(Instance_ID)
IIS instance ID number
Request.ServerVariables(Instance_Meta_Path)
The metabase path of the IIS instance that responded to the request
Request.ServerVariables(Http_Accept_Encoding)
Return content such as: gzip, deflate
Request.ServerVariables(Http_Accept_Language)
Return content such as: en-us
Request.ServerVariables(Http_Connection)
Return content: Keep-Alive
Request.ServerVariables(Http_Cookie)
Request.ServerVariables(Http_User_Agent)
Return content: Mozilla/4.0(compatible;MSIE6.0;WindowsNT5.1;SV1)
Request.ServerVariables(Https_Keysize)
The number of bits in the Secure Socket Layer connection keyword, such as 128
Request.ServerVariables(Https_Secretkeysize)
The server verifies the number of digits of the private key such as 1024
Request.ServerVariables(Https_Server_Issuer)
Issuer field of server certificate
Request.ServerVariables(Https_Server_Subject)
The subject field of the server certificate
Request.ServerVariables(Auth_Password)
The password entered by the customer in the password dialog box when using basic authentication mode
Request.ServerVariables(Auth_Type)
Is the authentication method used by the server to verify users when they access protected scripts
Request.ServerVariables(Auth_User)
User name for the certificate
Request.ServerVariables(Cert_Cookie)
Unique client certificate ID number
Request.ServerVariables(Cert_Flag)
Client certificate flag. If there is a client certificate, bit0 is 0. If the client certificate verification is invalid, bit1 is set to 1.
Request.ServerVariables(Cert_Issuer)
Issuer field in user certificate
Request.ServerVariables(Cert_Keysize)
The number of bits in the Secure Sockets Layer connection keyword, such as 128
Request.ServerVariables(Cert_Secretkeysize)
The server verifies the number of digits of the private key such as 1024
Request.ServerVariables(Cert_Serialnumber)
Serial number field of client certificate
Request.ServerVariables(Cert_Server_Issuer)
Issuer field of server certificate
Request.ServerVariables(Cert_Server_Subject)
The subject field of the server certificate
Request.ServerVariables(Cert_Subject)
Subject field of client certificate
Request.ServerVariables(Content_Type)
The form content or HTTPPUT data type sent by the customer