Request.ServerVariables parameter description for ASP.

Source: Internet
Author: User
Tags servervariables metabase
request.servervariables["SERVER_NAME"] ' Get server IP
request.servervariables["Http_referer"] ' get access to the source page
request.servervariables["OS"] ' Get operating system
Request. servervariables["Appl_physical_path"] ' Get IIS physical path
request.servervariables["Script_name"] ' Get virtual path '
request.servervariables["number_of_processors"] ' Get the number of server CPUs
request.servervariables["Server_port"] ' server processing the requested port
request.servervariables["URL"] return server address
request.servervariables["Path_info"] client-provided path information
request.servervariables["Appl_physical_path"] the physical path corresponding to the application metabase path
request.servervariables["path_translated"] the path obtained from virtual to physical mapping
request.servervariables[name of "Script_name"] execution script
request.servervariables["query_string"] query string contents
Request.servervariables[the string content requested by "Http_referer"]
request.servervariables["Server_port"] Server port number to accept requests
request.servervariables["REMOTE_ADDR"] IP address of the remote host making the request
request.servervariables["Remote_host"] the remote host name on which the request was made
request.servervariables["LOCAL_ADDR"] returns the address of the server accepting the request
request.servervariables["Http_host"] return server address
request.servervariables["SERVER_NAME"] server hostname, DNS address, or IP address
request.servervariables[Request_method] request method such as, post, etc.
request.servervariables["Server_port_secure" If the server port that accepts the request is a secure port, then 1, otherwise 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 answered the request and ran 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, with the same result as when the client was sent, without a prefix http_
Request.servervariables[the metabase path of the "Appl_md_path"] Application
request.servervariables["Content_length"] the length of content emitted by the client
request.servervariables["Https"] if the request crosses the secure channel (SSL), return on if the request is from a non-secure channel, return off
request.servervariables["instance_id"] IIS instance ID number
request.servervariables["Instance_meta_path"] metabase path of the IIS instance responding 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"] return content: value of the 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 of the Secure Sockets Layer connection key, such as 128
request.servervariables["Https_secretkeysize"] Server verifies the number of bits of the private keyword, such as 1024
request.servervariables["Https_server_issuer"] Server certificate publisher field
request.servervariables["Https_server_subject"] Server certificate Subject field
request.servervariables["Auth_password"] when using Basic authentication mode, the password entered by the customer in the Password dialog box
request.servervariables["Auth_type"] is the authentication method used by the server to verify the user when accessing a protected script
request.servervariables["AUTH_USER"] Certificate user name
request.servervariables["Cert_cookie"] unique customer Certificate ID number
request.servervariables["Cert_flag"] client certificate flag, if client certificate, BIT0 is 0 if client certificate validation is not valid, Bit1 is set to 1
request.servervariables[the Publisher field in the "Cert_issuer"] User certificate
request.servervariables["Cert_keysize") the number of bits of the Secure Sockets Layer connection key, such as 128
request.servervariables["Cert_secretkeysize"] Server verifies the number of bits of the private keyword, such as 1024
request.servervariables["Cert_serialnumber"] Customer certificate serial Number field
request.servervariables["Cert_server_issuer"] Server certificate publisher field
request.servervariables["Cert_server_subject"] Server certificate Subject field
request.servervariables["Cert_subject"] Client certificate Subject field
request.servervariables["Content_Type"] the data type of the form content or httpput sent by the customer
  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.