Detect on the serverside if you are using a mobile app or browser

1
I want to know if it is possible in a microflow or java action to detect if the user is using the mobile app or is using his mobile browser. The device type does not give me this information. For a login screen, I have a recaptcha logic. However, for mobile apps a recaptcha is not needed since the risk for this device type is alot smaller. In this case I need to check on the server side that I do not need the recaptcha response.
asked
2 answers
0

Why does the function $currentDeviceType not work for you? We use this all the time to either open the desktop page or the mobile page in microflows.

Regards,

Ronald

answered
0

Hey there. Did you find an answer to this one?

answered