獲取Ca證書相關與服務器信息

Request.ServerVariables["Url"] 
返回服務器地址

Request.ServerVariables["Path_Info"]
客戶端提供的路徑信息

Request.ServerVariables["Appl_Physical_Path"]
與應用程序元數據庫路徑相應的物理路徑

Request.ServerVariables["Path_Translated"]
經過由虛擬至物理的映射後獲得的路徑

Request.ServerVariables["Script_Name"]
執行腳本的名稱

Request.ServerVariables["Query_String"]
查詢字符串內容

Request.ServerVariables["Http_Referer"]
請求的字符串內容

Request.ServerVariables["Server_Port"]
接受請求的服務器端口

Request.ServerVariables["Remote_Addr"]
發出請求的遠程主機的IP地址

Request.ServerVariables["Remote_Host"]
發出請求的遠程主機名稱

Request.ServerVariables["Local_Addr"]
返回接受請求的服務器地址

Request.ServerVariables["Http_Host"]
返回服務器地址

Request.ServerVariables["Server_Name"]
服務器的主機名、DNS地址或IP地址

Request.ServerVariables["Request_Method"]
提出請求的方法好比GETHEADPOST等等

Request.ServerVariables["Server_Port_Secure"]
若是接受請求的服務器端口爲安全端口時,則爲1,不然爲0

Request.ServerVariables["Server_Protocol"]
服務器使用的協議的名稱和版本

Request.ServerVariables["Server_Software"]
應答請求並運行網關的服務器軟件的名稱和版本

Request.ServerVariables["All_Http"]
客戶端發送的全部HTTP標頭,前綴HTTP_

Request.ServerVariables["All_Raw"]
客戶端發送的全部HTTP標頭,其結果和客戶端發送時同樣,沒有前綴HTTP_

Request.ServerVariables["Appl_MD_Path"]
應用程序的元數據庫路徑

Request.ServerVariables["Content_Length"]
客戶端發出內容的長度

Request.ServerVariables["Https"]
若是請求穿過安全通道(SSL),則返回ON若是請求來自非安全通道,則返回OFF

Request.ServerVariables["Instance_ID"]IIS實例的ID號Request.ServerVariables["Instance_Meta_Path"]響應請求的IIS實例的元數據庫路徑Request.ServerVariables["Http_Accept_Encoding"]返回內容如:gzip,deflateRequest.ServerVariables["Http_Accept_Language"]返回內容如:en-usRequest.ServerVariables["Http_Connection"]返回內容:Keep-AliveRequest.ServerVariables["Http_Cookie"]返回內容:Cookie的值Request.ServerVariables["Http_User_Agent"]返回內容:Mozilla/4.0[compatible;MSIE6.0;WindowsNT5.1;SV1]Request.ServerVariables["Https_Keysize"]安全套接字層鏈接關鍵字的位數,如128Request.ServerVariables["Https_Secretkeysize"]服務器驗證私人關鍵字的位數如1024Request.ServerVariables["Https_Server_Issuer"]服務器證書的發行者字段Request.ServerVariables["Https_Server_Subject"]服務器證書的主題字段Request.ServerVariables["Auth_Password"]當使用基本驗證模式時,客戶在密碼對話框中輸入的密碼Request.ServerVariables["Auth_Type"]是用戶訪問受保護的腳本時,服務器用於檢驗用戶的驗證方法Request.ServerVariables["Auth_User"]代證的用戶名Request.ServerVariables["Cert_Cookie"]惟一的客戶證書ID號Request.ServerVariables["Cert_Flag"]客戶證書標誌,若有客戶端證書,則bit0爲0若是客戶端證書驗證無效,bit1被設置爲1Request.ServerVariables["Cert_Issuer"]用戶證書中的發行者字段Request.ServerVariables["Cert_Keysize"]安全套接字層鏈接關鍵字的位數,如128Request.ServerVariables["Cert_Secretkeysize"]服務器驗證私人關鍵字的位數如1024Request.ServerVariables["Cert_Serialnumber"]客戶證書的序列號字段Request.ServerVariables["Cert_Server_Issuer"]服務器證書的發行者字段Request.ServerVariables["Cert_Server_Subject"]服務器證書的主題字段Request.ServerVariables["Cert_Subject"]客戶端證書的主題字段Request.ServerVariables["Content_Type"]客戶發送的form內容或HTTPPUT的數據類型
相關文章
相關標籤/搜索