Hi All,
I'm looking for the user IP address to check against VPN, Tor, proxies list and all. Looking for end user IP, not server IP
I managed to get the IP address by writing a custom JS control that returns the IP address from JS on the client, and the user IP is correct...
But I'm wandering whether this property is saved somewhere in the local variables, such as session, xsession, users online, from IIS or else, and therefore I can get the value directly on the server.
Thanks