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

  • Thread starter Thread starter ajliang
  • Start date Start date
A

ajliang

How can I validate a proxy IP visit the web page?
do you have any code example?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top