摘要: Request.ServerVariables("HTTP_X_FORWARDED_FOR")透过代理服务器取得客户端的真实IP地址,有些用此方法读取到的仍然是代理服务器的IP。还有一点需要注意的是:如果客户端没有通过代理服务器来访问,那么取到的值将是空的。Request.ServerVariables("Url")返回服务器地址Request.ServerVariables("Path_Info")客户端提供的路径信息Request.ServerVariables("Appl_Physical_Path")与应用 阅读全文
posted @ 2013-12-19 09:29 wanshutao 阅读(417) 评论(0) 推荐(0)