Get client IP address from js file in security.authenticate

Hi, browsing some topics in the forum, I have learned that a js file in a module for security.authenticate is executed in the server. Thus, application.getIPAddress() will always return the server’s ip address if executed in that js file. Does Servoy have an API for getting the IP Address of the remote client? I think this can be done as I saw through debug mode that the remote thread has properties of the following:[RMI TCP Connection(13)-111.222.333.444].

With our UserManager plugin for example this is easily doable…

application.getIPAdress() should give you also for webclients the hosthostAddress
which should be the remote address of the client.

We return there the address that is shown also on the admin pages where we list the clients:

Client: 127.0.0.1[XXX.2.228.4] (Servoy Web Client)

we return the adress between the