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,deflate Request.ServerVariables["Http_Accept_Language"]
返回内容如:en-us Request.ServerVariables["Http_Connection"]
返回内容:Keep-Alive Request.ServerVariables["Http_Cookie"]
返回内容:Cookie的值 Request.ServerVariables["Http_User_Agent"]
返回内容:Mozilla/4.0[compatible;MSIE6.0;WindowsNT5.1;SV1] Request.ServerVariables["Https_Keysize"]
安全套接字层连接关键字的位数,如128 Request.ServerVariables["Https_Secretkeysize"]
服务器验证私人关键字的位数如1024 Request.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被设置为1 Request.ServerVariables["Cert_Issuer"]
用户证书中的发行者字段 Request.ServerVariables["Cert_Keysize"]
安全套接字层连接关键字的位数,如128 Request.ServerVariables["Cert_Secretkeysize"]
服务器验证私人关键字的位数如1024 Request.ServerVariables["Cert_Serialnumber"]
客户证书的序列号字段 Request.ServerVariables["Cert_Server_Issuer"]
服务器证书的发行者字段 Request.ServerVariables["Cert_Server_Subject"]
服务器证书的主题字段 Request.ServerVariables["Cert_Subject"]
客户端证书的主题字段 Request.ServerVariables["Content_Type"]
客户发送的form内容或HTTPPUT的数据类型

获取Ca证书相关与服务器信息的更多相关文章

  1. 信安实践——自建CA证书搭建https服务器

    1.理论知识 https简介 HTTPS(全称:Hyper Text Transfer Protocol over Secure Socket Layer),是以安全为目标的HTTP通道,简单讲是HT ...

  2. 自建CA证书搭建https服务器

    由于CA收费,所以可以自建CA,通过将CA导入浏览器实现https的效果,曾经12306购票就需要自行导入网站证书. 关于https 2015年阿里巴巴将旗下淘宝.天猫(包括移动客户端)全站启用HTT ...

  3. CA证书扫盲,https讲解。

    很多关于CA证书的讲解. 1.什么是CA证书. 看过一些博客,写的比较形象具体. ◇ 普通的介绍信 想必大伙儿都听说过介绍信的例子吧?假设 A 公司的张三先生要到 B 公司去拜访,但是 B 公司的所有 ...

  4. Linux CA证书与https讲解

    1.什么是CA证书. ◇ 普通的介绍信 想必大伙儿都听说过介绍信的例子吧?假设 A 公司的张三先生要到 B 公司去拜访,但是 B 公司的所有人都不认识他,他咋办捏?常用的办法是带公司开的一张介绍信,在 ...

  5. 【HTTPS】自签CA证书 && nginx配置https服务

    首先,搭建https服务肯定需要一个https证书.这个证书可以看做是一个应用层面的证书.之所以这么说是因为https证书是基于CA证书生成的.对于正式的网站,CA证书需要到有资质的第三方证书颁发机构 ...

  6. 【传输协议】什么是CA证书

    1.什么是CA证书. 看过一些博客,写的比较形象具体. ◇ 普通的介绍信 想必大伙儿都听说过介绍信的例子吧?假设 A 公司的张三先生要到 B 公司去拜访,但是 B 公司的所有人都不认识他,他咋办捏?常 ...

  7. CA证书扫盲,https讲解

    很多关于CA证书的讲解. 1.什么是CA证书. 看过一些博客,写的比较形象具体. ◇ 普通的介绍信 想必大伙儿都听说过介绍信的例子吧?假设 A 公司的张三先生要到 B 公司去拜访,但是 B 公司的所有 ...

  8. HTTPS中CA证书的签发及使用过程

    1,HTTPS 简单来讲,HTTPS (Secure Hypertext Transfer Protocol)安全超文本传输协议就是安全的HTTP,我们知道HTTP是运行在TCP层之上的,HTTPS在 ...

  9. CA证书与https讲解

    最近面试问到这个问题,之前了解过但答的不是很好,再补充补充一下https方面的知识. 备注:以下非原创文章. CA证书与https讲解 1.什么是CA证书. ◇ 普通的介绍信 想必大伙儿都听说过介绍信 ...

随机推荐

  1. HTML <div> 标签

    定义和用法: <div> 可定义文档中的分区或节(division/section). <div> 标签可以把文档分割为独立的.不同的部分.它可以用作严格的组织工具,并且不使用 ...

  2. python pandas根据首字母选行

    ret2.loc[ret2['INNERCODE'].map(lambda x:x[0]=='6' or x[0]=='3' or x[0]=='0' ),:]和matlab不一样的风格 - -直接用 ...

  3. C# 自动生成代码API文档

    暂时没学会正规的转载style临时记录一下 NET中的规范标准注释(一) -- XML注释标签讲解 http://www.cnblogs.com/mq0036/p/3544264.html NET中的 ...

  4. string to byte[]

    在平常的开发过程中,经常碰到需要将string转化成byte[]字节数组的情形,有两种方法,在这里总结一下. 使用MemoryStream 代码如下. using (MemoryStream sb = ...

  5. C#中REF和OUT的区别

    在C# 中,既可以通过值也可以通过引用传递参数.通过引用传递参数允许函数成员更改参数的值,并保持该更改.若要通过引用传递参数, 可使用ref或out关键字.ref和out这两个关键字都能够提供相似的功 ...

  6. Leetcode 详解(Implement strstr)

    Implement strStr(). Returns the index of the first occurrence of needle in haystack, or -1 if needle ...

  7. kendo模板 Uncaught Error: Invalid template:' 报错

    I was having a problem with a grid toolbar template because of a # in a hrefWorked out that I needed ...

  8. 3、jvm内存分配实例

    参数:-Xmx20m -Xms20m -XX:NewRatio=1 -XX:SurvivorRatio=2 -XX:+PrintGCDetails -XX:PermSize=2m 结果: Heap P ...

  9. TCP、UDP、RTP(RTCP)异同与区别

    OSI七层模型OSI 中的层            功能                                                        TCP/IP协议族 应 用层   ...

  10. IOS框架和服务

    在iOS中框架是一个目录,包含了共享资源库,用于访问该资源库中储存的代码的头文件,以及图像.声音文件等其他资源.共享资源库定义应用程序可以调用的函数和方法. iOS为应用程序开发提供了许多可使用的框架 ...