Is it possible to get somehow the client IP-Address, when the user opens a User Dialog? For example the user is logged in and have the task list open, then opens one Task => start Method of an "User Dialog" gets called. And after this i would like to add an Script step (or anything else) to read the users client IP Address. I already tried to find it somewhere in "ivy.session" or "ivy.request" without success. Thanks. asked 03.12.2018 at 11:59 fnuhs |
There is no safe way to get it, but basically you can interpret the request headers as described here: https://stackoverflow.com/questions/16558869/getting-ip-address-of-client To get access to this API you just need to cast the the IRequest instance up:
answered 04.12.2018 at 02:54 Reguel Werme... ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 03.12.2018 at 11:59
Seen: 952 times
Last updated: 04.12.2018 at 03:37