nom吧 关注:17贴子:93
  • 0回复贴,共1

怎样通过asp的手段来检查来访者是否用了代理

只看楼主收藏回复

<% if Request.ServerVariables("HTTP_X_FORWARDED_FOR")<>"" then
response.write "<font color=#FF0000>您通过了代理服务器,"& _
"真实的IP为"&Request.ServerVariables("HTTP_X_FORWARDED_FOR")
end if
%>


1楼2005-03-26 05:15回复