I am using
HttpContext.Current.Request.UserHostAddress;
but I want to know if the request being made is with the original ip of the requestee or begin masked by the anonymous proxy servers i.e. zenmate etc.
How to figure that out ?
I am using
HttpContext.Current.Request.UserHostAddress;
but I want to know if the request being made is with the original ip of the requestee or begin masked by the anonymous proxy servers i.e. zenmate etc.
How to figure that out ?