- In my Dev Machine
HttpContext.Current.Request.UserHostAddress
is null. Why? how can I turn it on? - How can I get list of Ips in case of a proxy client?
WCF Service with ASP.net 4 window7.
Thanks
HttpContext.Current.Request.UserHostAddress
is null.
Why? how can I turn it on?WCF Service with ASP.net 4 window7.
Thanks
to avoid this problem you can parse the HTTP_X_FORWARDED_FOR for the last entery IP.
Hope this will helps you