Newbie Member
28Jun2009,17:33   #11
omiban's Avatar
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.
Go4Expert Founder
28Jun2009,20:57   #12
shabbir's Avatar
Quote:
Originally Posted by omiban View Post
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.
Where is the tutorial?
Newbie Member
3Jul2009,11:18   #13
evolu's Avatar
hi i have a two type of sites say internet and intranet site can i redirect the user based on their connectivity? if so how can i do so both the web site are there in same server
Go4Expert Member
3Jul2009,11:25   #14
Manojbijnori's Avatar
this code is in working condition or not.please explain the procedure in detail how to retrieve tehe true Ip address and mail me my email id is manojbijnori12@gmail.com

Quote:
Originally Posted by raju123 View Post
Thankx