Get Client/Requestor IP address with published mendix RestAPI services

0
Hi Everyone, I created a published REST Service with mendix (so mendix in this case it is the server). My Question: Is there a way to get the IP address of the requestor/client (so, this is eg. app that does the RESTapi request to Mendix)? P.S. Already tried using (HttpHeader, Httpreques, Host), but either its empty or the required information is not there. Thanks you in advance, Andreas  
asked
1 answers
0

You can use the app store module HTTP Commons: it has a GetIP action.

answered