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. JAVA求集合中的组合

    好几个月没弄代码了,今天弄个求组合的DEMO 思路是将集合的每个值对照一个索引,索引大小是集合的大小+2.索引默认为[000...000],当组合后选取的组合值demo为[0100..00].然后根据 ...

  2. web移动端资源整(1)

    meta基础知识 H5页面窗口自动调整到设备宽度,并禁止用户缩放页面 <meta name="viewport" content="width=device-wid ...

  3. android 照片地理位置 demo

    类似qq空间的的带位置的水印相机实现: 基于高德地图的API实现获取地理位置信息.注意修改Androidmanifest.xml文件中的key.去高德地图api去申请自己的key. 现在网上搜索到的通 ...

  4. java 从数据删除指定值

    public class ArrayRemoveValue { public static void main(String[] args) { Integer[] _IntArray = new I ...

  5. MySQL5.6 GTID、多线程复制

    MySQL5.6新特性GTID.多线程复制 在Oracle发布MySQL5.6看到众多新特性之后很兴奋,包括对复制的改进.在MySQL5.5半同步复制之后MySQL5.6又引入GTID.多线程复制,在 ...

  6. 人工智能交互集成在线语音合成能力的Tips

    在线语音合成就是在联网的场景下将文字转换成声音,实现机器向人的声音交互.这个概念应该是比较好理解的,下面就结合官网的Android在线合成的Demo讲解一下合成的流程以及大家经常遇到的一些问题. 到官 ...

  7. 初探bootstarp

    目录1.下载Bootstrap2.引入Bootstrap相关的css.js3.一个最简单的Bootstrap页面4.浏览器支持 1.下载BootstrapBootstrap官网下载地址Bootstra ...

  8. select跳转页面

    跳转到当前页: <select name="here " onchange="location.href=this.options[this.selectedInd ...

  9. t4 加载文件到解决方案

    Use EnvDTE add/remove multiple files to project By admin | décembre 17, 2013 Un commentaire Project ...

  10. Android Fragment (一)

    1.Fragment的产生与介绍   Android运行在各种各样的设备中,有小屏幕的手机,超大屏的平板甚至电视.针对屏幕尺寸的差距,很多情况下,都是先针对手机开发一套App,然后拷贝一份,修改布局以 ...