There is such a situation: I have a server my.qwe (192.168.0.1), which refers to the balancer 192.168.0.2, which throws the client to 192.168.0.3 or 192.168.0.4. I make a request from the car 192.168.0.5. Question: how to find out the ip address of my car. Note: used
HttpContext.Current.Request.ServerVariables["HTTP_X_COMING_FROM"] HttpContext.Current.Request.ServerVariables["HTTP_X_FORWARDED_FOR"] HttpContext.Current.Request.ServerVariables["HTTP_X_FORWARDED"] HttpContext.Current.Request.ServerVariables["HTTP_VIA"] HttpContext.Current.Request.ServerVariables["HTTP_COMING_FROM"] HttpContext.Current.Request.ServerVariables["HTTP_FORWARDED_FOR"] HttpContext.Current.Request.ServerVariables["HTTP_FORWARDED"] HttpContext.Current.Request.ServerVariables["HTTP_FROM"] HttpContext.Current.Request.ServerVariables["HTTP_PROXY_CONNECTION"] HttpContext.Current.Request.ServerVariables["CLIENT_IP"] HttpContext.Current.Request.ServerVariables["REMOTE_HOST"] HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"] HttpContext.Current.Request.ServerVariables["FORWARDED"] issues either an empty due date or ip balancer 192.168.0.2, what should I do ???