#Using actions, how do I get the request IP address on the server?

6 messages · Page 1 of 1 (latest)

indigo cloud
#

I want to log the IP address of the client.

I realise that I can't get the exact Node Request (due to adapters) - but there must be a way to get the originating IP address, right?

Browsing the ActionAPIContext didn't reveal anything I can use. Please help.

leaden finch
#

but it sounds like you want to get the IP in an action?

#

yeah it's also called clientAddress on ActionAPIContext. Using it on my own page

indigo cloud
#

Thank you @leaden finch !