On Thu, 27 Oct 2016 11:11:47 GMT, can wrote:
Hi,
I want to save IP address for login members. How do I get IP address?
You can get the raw address using HTTPServerRequest.clientAddress
and .toAddressString()
will convert that to an IP address string.