I'm trying to reach user's IP address. When I try several methods but it always returns "::1"
My Code Sample : string ip = System.Web.HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"];
I'm trying to reach user's IP address. When I try several methods but it always returns "::1"
My Code Sample : string ip = System.Web.HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"];