I'm working with ASP.NET and I'm using Request.ServerVariables("REMOTE_ADDR") to get the Client's IP which seems to be like this 200.107.XXX.XXX.
I'd like to know if is possible to get the "LOCAL OR LAN" Client's IP (i.e. 192.168.1.XXX)
I'm working with ASP.NET and I'm using Request.ServerVariables("REMOTE_ADDR") to get the Client's IP which seems to be like this 200.107.XXX.XXX.
I'd like to know if is possible to get the "LOCAL OR LAN" Client's IP (i.e. 192.168.1.XXX)
No, that information is behind the corporate proxy and doesn't get surfaced to external systems.