Get CA certificate-related and server information

Source: Internet
Author: User
Tags servervariables metabase

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

request.servervariables["Path_translated"]
Paths obtained from virtual to physical mapping

request.servervariables["Script_name"]
Name of the execution script

request.servervariables["Query_string"]
Querying string Contents

request.servervariables["Http_referer"]
The requested string content

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 name of the remote host that made the request

request.servervariables["LOCAL_ADDR"]
Returns the address of the server accepting the request

request.servervariables["Http_host"]
Return server address

request.servervariables["SERVER_NAME"]
Host name, DNS address, or IP address of the server

request.servervariables["Request_method"]
Methods of making requests such as, post, etc.

request.servervariables["Server_port_secure"]
1 if the server port that accepts the request is a secure port, otherwise 0

request.servervariables["Server_protocol"]
The name and version of the protocol used by the server

request.servervariables["Server_software"]
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 by HTTP_

request.servervariables["All_raw"]
All HTTP headers sent by the client, with the same results as when the client was sent, without a prefix http_

request.servervariables["Appl_md_path"]
Metabase path for the application

request.servervariables["Content_length"]
Length of content emitted by the client

request.servervariables["Https"]
If the request crosses the secure channel (SSL), returns on if the request is from a non-secure channel, the off

request.servervariables["instance_id"]
ID number of the IIS instance

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"]
What to return: The value of a cookie

request.servervariables["Http_user_agent"]
What to return: 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"]
The server verifies the number of bits of the private keyword, such as 1024

request.servervariables["Https_server_issuer"]
Publisher field of the server certificate

request.servervariables["Https_server_subject"]
Subject field of the server certificate

request.servervariables["Auth_password"]
When you use Basic authentication mode, the password that the customer enters in the password dialog box

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 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 validation is invalid, bit1 is set to 1

request.servervariables["Cert_issuer"]
The Publisher field in the user certificate

request.servervariables["Cert_keysize"]
The number of bits of the Secure Sockets Layer connection key, such as 128

request.servervariables["Cert_secretkeysize"]
The server verifies the number of bits of the private keyword, such as 1024

request.servervariables["Cert_serialnumber"]
Serial Number field for the customer certificate

request.servervariables["Cert_server_issuer"]
Publisher field of the server certificate

request.servervariables["Cert_server_subject"]
Subject field of the server certificate

request.servervariables["Cert_subject"]
The subject field of the client certificate

request.servervariables["Content_Type"]
The data type of the form content or httpput sent by the customer

Get CA certificate-related and server information

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.