|  | | How to retrieve the TRUE IP address in ASP | | | Description: How to retrieve the TRUE IP address in ASP | | This tutorial covers on fetching the exact client IP address. Here the author explains that using Request.ServerVariables("REMOTE_ADDR") can only bring the IP address of the proxy server. So the author finally decided to use Request.ServerVariable("HTTP_X_FORWARDED_FOR") to collect the true IP addresses of the client server. | | Information:: How to retrieve the TRUE IP address in ASP | | Title: | How to retrieve the TRUE IP address in ASP | | Author: | Ray Gap | | Price / Cost: | Free | | Last Updated: | Thu Oct 21 2004 | | Home Page: | Click to Visit | | Web site Language: | English | | Total Votes: | 2 | | Current Rating: | 3.00 | | Total Hits #: | 83 | | Listings ID #: | 31940 | | Reviews for How to retrieve the TRUE IP address in ASP | |  |
|