Hi all,
I want to get the computer name of the current user (the user that is logon in an application). I like to create a relation between current Userid and his computer name.
Thanks
Matheos Polydorou
Hi Matheos,
Please check HTTPRequestHandler extension . for IP there is already one GetIp method to get client IP. It comes default with Oustsystems Platform.
Regards
-PJ-
Pramod Jain wrote:
Thanks PJ
Do you really need the name?
From my research you can only get the IP and the name most be obtained through ActiveX (IE only).
Most workarounds do ip -a, but that depends on several external factors you can't control.