How to Retrieve User IP Address in Mendix 10.12.0?

0
Hi everyone, I’m currently working with Mendix 10.12.0, and I need to capture the IP address of the user accessing my application. I’ve tried a few approaches but haven’t been able to find a clean solution for this in the Mendix environment. Does anyone know how I can retrieve the user's IP address within Mendix, either using the platform’s built-in features or by utilizing custom JavaScript or Java actions? Any pointers or examples would be really helpful! Thanks in advance!
asked
1 answers
1

Tried this one recently and worked well so far:

https://marketplace.mendix.com/link/component/224624

answered