时间:2021-07-01 10:21:17 帮助过:12人阅读
- <br><br><span><u></u></span> 代码如下:<pre class="brush:php;toolbar:false layui-box layui-code-view layui-code-notepad"><ol class="layui-code-ol"><li><br>/// <summary> <br>/// 获取客户端IP地址 <br>/// </summary> <br>/// <returns></returns> <br>public string GetClientIP() <br>{ <br>string userIP = Request.ServerVariables["HTTP_X_FORWARDED_FOR"]; <br>if (userIP == null) <br>userIP = Request.ServerVariables["REMOTE_ADDR"]; <br>return userIP; <br>} <br> <br>名词解释: ServerVariables -- 服务器变量 <br><br>Request.ServerVariables("Url") <br>返回服务器地址 <br>Request.ServerVariables("Path_Info") <br>客户端提供的路径信息 <br>Request.ServerVariables("Appl_Physical_Path") <br>与应用程序元数据库路径相应的物理路径 <br>Request.ServerVariables("Path_Translated") <br>通过由虚拟至物理的映射后得到的路径 <br>Request.ServerVariables("Script_Name") <br>执行脚本的名称 <br>Request.ServerVariables("Query_String") <br>查询字符串內容 <br>Request.ServerVariables("Http_Referer") <br>请求的字符串內容 <br>Request.ServerVariables("Server_Port") <br>接受请求的服务器端口号 <br>Request.ServerVariables("Remote_Addr") <br>发出请求的远程主机的IP地址 <br>Request.ServerVariables("Remote_Host") <br>发出请求的远程主机名称 <br>Request.ServerVariables("Local_Addr") <br>返回接受请求的服务器地址 <br>Request.ServerVariables("Http_Host") <br>返回服务器地址 <br>Request.ServerVariables("Server_Name") <br>服务器的主机名、DNS地址或IP地址 <br>Request.ServerVariables("Request_Method") <br>提出请求的方法比如GET、HEAD、POST等等 <br>Request.ServerVariables("Server_Port_Secure") <br>如果接受请求的服务器端口为安全端口时,则为1,否则为0 <br>Request.ServerVariables("Server_Protocol") <br>服务器使用的协议的名称和版本 <br>Request.ServerVariables("Server_Software") <br>应答请求并运行网关的服务器软件的名称和版本 <br>Request.ServerVariables("All_Http") <br>客户端发送的所有HTTP标头,前缀HTTP_ <br>Request.ServerVariables("All_Raw") <br>客户端发送的所有HTTP标头,其结果和客户端发送时一样,没有前缀HTTP_ <br>Request.ServerVariables("Appl_MD_Path") <br>应用程序的元数据库路径 <br>Request.ServerVariables("Content_Length") <br>客户端发出內容的长度 <br>Request.ServerVariables("Https") <br>如果请求穿过安全通道(SSL),则返回ON如果请求来自非安全通道,则返回OFF <br>Request.ServerVariables("Instance_ID") <br>IIS实例的ID号 <br>Request.ServerVariables("Instance_Meta_Path") <br>响应请求的IIS实例的元数据库路径 <br>Request.ServerVariables("Http_Accept_Encoding") <br>返回內容如:gzip,deflate <br>Request.ServerVariables("Http_Accept_Language") <br>返回內容如:en-us <br>Request.ServerVariables("Http_Connection") <br>返回內容:Keep-Alive <br>Request.ServerVariables("Http_Cookie") <br>返回內容如:nVisiT% <br>2DYum=125;ASPSESSIONIDCARTQTRA=FDOBFFABJGOECBBKHKGPFIJI;ASPSESSIONIDCAQQTSRB=LKJJPLABABILLPCOGJGAMKAM;ASPSESSIONIDACRRSSRA=DK <br>HHHFBBJOJCCONPPHLKGHPB <br>Request.ServerVariables("Http_User_Agent") <br>返回內容:Mozilla/4.0(compatible;MSIE6.0;WindowsNT5.1;SV1) <br>Request.ServerVariables("Https_Keysize") <br>安全套接字层连接关键字的位数,如128 <br>Request.ServerVariables("Https_Secretkeysize") <br>服务器验证私人关键字的位数如1024 <br>Request.ServerVariables("Https_Server_Issuer") <br>服务器证书的发行者字段 <br>Request.ServerVariables("Https_Server_Subject") <br>服务器证书的主题字段 <br>Request.ServerVariables("Auth_Password") <br>当使用基本验证模式时,客户在密码对话框中输入的密码 <br>Request.ServerVariables("Auth_Type") <br>是用户访问受保护的脚本时,服务器用於检验用户的验证方法 <br>Request.ServerVariables("Auth_User") <br>代证的用户名 <br>Request.ServerVariables("Cert_Cookie") <br>唯一的客户证书ID号 <br>Request.ServerVariables("Cert_Flag") <br>客户证书标誌,如有客户端证书,则bit0为0如果客户端证书验证无效,bit1被设置为1 <br>Request.ServerVariables("Cert_Issuer") <br>用户证书中的发行者字段 <br>Request.ServerVariables("Cert_Keysize") <br>安全套接字层连接关键字的位数,如128 <br>Request.ServerVariables("Cert_Secretkeysize") <br>服务器验证私人关键字的位数如1024 <br>Request.ServerVariables("Cert_Serialnumber") <br>客户证书的序列号字段 <br>Request.ServerVariables("Cert_Server_Issuer") <br>服务器证书的发行者字段 <br>Request.ServerVariables("Cert_Server_Subject") <br>服务器证书的主题字段 <br>Request.ServerVariables("Cert_Subject") <br>客户端证书的主题字段 <br>Request.ServerVariables("Content_Type") <br>客户发送的form內容或HTTPPUT的数据类型 <br>Request.ServerVariables("HTTP_X_FORWARDED_FOR") <br>可以获得位于代理(网关)后面的直接IP,当然必须这个代理支持 <br>一些被隐藏起来的Request.ServerVariables参数: <br>Request.ServerVariables("NUMBER_OF_PROCESSORS") <br>Request.ServerVariables("OS") <br>Request.ServerVariables("WINDIR") <br>Request.ServerVariables("TEMP") <br>Request.ServerVariables("TMP") <br>Request.ServerVariables("ComSpec") <br>Request.ServerVariables("Os2LibPath") <br>Request.ServerVariables("Path") <br>Request.ServerVariables("PATHEXT") <br>Request.ServerVariables("PROCESSOR_ARCHITECTURE") <br>Request.ServerVariables("PROCESSOR_IDENTIFIER") <br>Request.ServerVariables("PROCESSOR_LEVEL") <br>Request.ServerVariables("PROCESSOR_REVISION") <br>本机ip:<%=request.servervariables("remote_addr")%> <br>服务器名:<%=Request.ServerVariables("SERVER_NAME")%> <br>服务器IP:<%=Request.ServerVariables("LOCAL_ADDR")%> <br>服务器端口:<%=Request.ServerVariables("SERVER_PORT")%> <br>服务器时间:<%=now%> <br>IIS版本:<%=Request.ServerVariables("SERVER_SOFTWARE")%> <br>脚本超时时间:<%=Server.ScriptTimeout%> <br>本文件路径:<%=server.mappath(Request.ServerVariables("SCRIPT_NAME"))%> <br>服务器CPU数量:<%=Request.ServerVariables("NUMBER_OF_PROCESSORS")%> <br>服务器解译引擎:<%=ScriptEngine & "/"& ScriptEngineMajorVersion&"."&ScriptEngineMinorVersion&"."& ScriptEngineBuildVersion %> <br>服务器操作系统:<%=Request.ServerVariables("OS")%> <br>支持的文件类型:<%=Request.ServerVariables("HTTP_Accept")%> <br>访问的文件路径:<%=Request.ServerVariables("HTTP_url")%> <br>用户代理的信息:<%=Request.ServerVariables("HTTP_USER_AGENT")%></li><li> </li><li> </li></ol></pre>