Get IP Address

Content Type: Module
Categories: Utility

Overview

Get your IP address returned to you as a string from a microflow.

Documentation

Demo urlhttps://getipaddress101-sandbox.mxapps.io/login.html?profile=Responsive

GetIpAddress

Module with java action to get the IP address of the client.

Just drag the java action into a microflow and the client IP address is returned as a string. Easy as that!

Possible usecases are when you want to prompt 2FA if you are logging in from a certain location, or when you only want to view certain documents from certain locations.

Use this in the cloud. If used locally you'll just get your localhost IP.

For demo project: https://getipaddress101-sandbox.mxapps.io/login.html?profile=Responsive Username: DemoUser Pw: vExHxzP!zU9c

Releases

Version: 1.0.0
Framework Version: 9.24.12
Release Notes: First version of the java action to get your client IP address. Complete with demo project as well.