Client IP

Hi All,

Is there any technique to get the client IP?

You mean from with a solution?
If so you can use our (free) tools plugin for that: http://www.it2be.com/plugins.htm

Thanks Marcel :)

application.getIPAddress()

application.getIPAddress()

Yep, but not with 2.2.7 so the plug-in is a (little) saver :)

Dexadrine:

application.getIPAddress()

This will give the IP of the Server. but not the IP of the Client.

That mean, lt will give the IP of the Server on which your Servoy installed and your Solution resides. but it won’t give the IP of the Client that is going to access the above solution from the server.

I want to get the IP of the Client. Is there any technique for that?

See the original answer…