Asp tutorial. net Request. ServerVariables Reference Manual
Request. ServerVariables ["Url"]
Back to server address
Request. ServerVariables ["Path_Info"]
Path information provided by the client
Request. ServerVariables ["Appl_Physical_Path"]
Physical path corresponding to the application Metadatabase tutorial path
Request. ServerVariables ["Path_Translated"]
Path obtained after ing from virtual to physical
Request. ServerVariables ["Script_Name"]
Script execution name
Request. ServerVariables ["Query_String"]
Query string content
Request. ServerVariables ["Http_Referer"]
Request string content
Request. ServerVariables ["Server_Port"]
Server port number that receives the request
Request. ServerVariables ["Remote_Addr"]
IP address of the remote host that sends the request
Request. ServerVariables ["Remote_Host"]
Name of the remote host that sends the request
Request. ServerVariables ["Local_Addr"]
Returns the server address that receives the request.
Request. ServerVariables ["Http_Host"]
Back to server address
Request. ServerVariables ["Server_Name"]
Host name, DNS address, or IP address of the server
Request. ServerVariables ["Request_Method"]
Request methods such as GET, HEAD, and POST
Request. ServerVariables ["Server_Port_Secure"]
If the server port receiving the request is a security port, the value is 1. Otherwise, the value is 0.
Request. ServerVariables ["Server_Protocol"]
Name and version of the protocol used by the server
Request. ServerVariables ["Server_Software"]
Name and version of the server software that responds to 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 results as those sent by the client without the prefix HTTP _
Request. ServerVariables ["Appl_MD_Path"]
Metadatabase path of the application
Request. ServerVariables ["Content_Length"]
Length of the content sent by the client
Request. ServerVariables ["Https tutorial"]
If the request passes through the secure channel (SSL), ON is returned. If the request comes from an insecure channel, OFF is returned.
Request. ServerVariables ["Instance_ID"]
ID of the IIS instance
Request. ServerVariables ["Instance_Meta_Path"]
Metadatabase path of the IIS instance that responds to the request
Request. ServerVariables ["Http_Accept_Encoding"]
The returned content is gzip and deflate.
Request. ServerVariables ["Http_Accept_Language"]
The returned content is en-us.
Request. ServerVariables ["Http_Connection"]
Returned content: Keep-Alive
Request. ServerVariables ["Http_Cookie"]
Returned content: Cookie value
Request. ServerVariables ["Http_User_Agent"]
Returned content: Mozilla/4.0 [compatible; MSIE6.0; WindowsNT5.1; SV1]
Request. ServerVariables ["Https_Keysize"]
Number of connections in the secure socket layer, such as 128
Request. ServerVariables ["Https_Secretkeysize"]
The number of bits for server authentication for private keywords, for example, 1024
Request. ServerVariables ["Https_Server_Issuer"]
Issuer field of the server certificate
Request. ServerVariables ["Https_Server_Subject"]
Topic field of the server certificate
Request. ServerVariables ["Auth_Password"]
The password entered in the password dialog box when the basic authentication mode is used
Request. ServerVariables ["Auth_Type"]
When a user accesses a protected script, the server is used to verify the user's authentication method.
Request. ServerVariables ["Auth_User"]
User name of the credential
Request. ServerVariables ["Cert_Cookie"]
Unique customer certificate ID
Request. ServerVariables ["Cert_Flag"]
Customer certificate flag. If a client certificate exists, bit0 is 0. If the client certificate verification is invalid, bit1 is set to 1.
Request. ServerVariables ["Cert_Issuer"]
Issuer field in the user certificate
Request. ServerVariables ["Cert_Keysize"]
Number of connections in the secure socket layer, such as 128
Request. ServerVariables ["Cert_Secretkeysize"]
The number of bits for server authentication for private keywords, for example, 1024
Request. ServerVariables ["Cert_Serialnumber"]
Serial number field of the customer certificate
Request. ServerVariables ["Cert_Server_Issuer"]
Issuer field of the server certificate
Request. ServerVariables ["Cert_Server_Subject"]
Topic field of the server certificate
Request. ServerVariables ["Cert_Subject"]
Subject field of the client certificate
Request. ServerVariables ["Content_Type"]
Form content sent by the customer or the data type of HTTPPUT