- In my Dev Machine
HttpContext.Current.Request.UserHostAddressis 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
WCF Service with ASP.net 4 window7. Thanks
| ||||
feedback
|
|
to avoid this problem you can parse the HTTP_X_FORWARDED_FOR for the last entery IP.
Hope this will helps you | |||
|
feedback
|