REMOTE_ADDR=最后一个代理服务器 IP HTTP_VIA = 代理服务器 IP HTTP_X_FORWARDED_FOR=用户的真实 IP,经过多个代理服务器时,这个值类似如下:203.98.182.163,203.98.182.163,203.129.72.215。这类代理服务器还是...
trueIP=Request.ServerVariables["REMOTE_ADDR"];到底能取出那些信息,和IIS服务器有关,详细可以参考IIS Server Variables Variable Description ALL_HTTP All HTTP headers sent by the client. ALL_RAW Retrieves...