Can it is possible to fetch Client Mechine IP under Run Prosxy Server
-
Can it is possible to fetch Client Mechine IP under Run Prosxy Server(Internet Distributive Envoirnment).I have written code string IPAddress = HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"].ToString(); but it was return Proxy Server IP,but my moto to find out both proxy ip & Client IP.It is possible My Proxy server retrun Client Mechine IP. Plz help me.
-
Can it is possible to fetch Client Mechine IP under Run Prosxy Server(Internet Distributive Envoirnment).I have written code string IPAddress = HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"].ToString(); but it was return Proxy Server IP,but my moto to find out both proxy ip & Client IP.It is possible My Proxy server retrun Client Mechine IP. Plz help me.
Probably not - your request has come from the proxy server...