How can I validate a proxy IP visit the web page?

  • Thread starter Thread starter ajliang
  • Start date Start date
You can look at Request.UserHostAddress to see the IP address of the
remote client, which will be the IP address of the proxy in most proxy
setups. If you know the IP address of the proxy server you want the
request to originate from, this would be one way to check, but note it
is not foolproof, as someone could spoof an address.
 
Back
Top