Category filter
How to pass the device and user information to web apps on the devices using wildcards?
1. How can I pass the device and user information from the MDM console to the web apps on the device?
For specific websites, certain device and user information can be passed along with the URL to the target device with the help of wildcards. Web apps opened with Hexnode Browser Lite (Hexnode’s default browser) allow the users to pass device information.
- Go to Apps tab > +Add apps > Web App.
- Enter the URL in the format “URL/wildcard” in the provided field. For example, http://example.com/%deviceid%/%serial%/%devicename%/%imei%.
- Click on Add.
2. What are the device and user specific information’s that I can pass to web apps on the device?
The following device and user details can be passed from the MDM console to the web apps installed on the device. The corresponding wildcards are also mentioned.
Device/User Info | Wildcard |
---|---|
Device ID | %deviceid% |
Serial number | %serial% |
Device name | %devicename% |
IMEI | %imei% |
Wi-Fi MAC Address | %wifimacaddress% |
Name | %name% |
Domain | %domain% |
NetBIOS name | %netbiosName% |
UDID | %udid% |
Model | %model% |
Phone number | %phonenumber% |
ICCID | %iccid% |
%email% | |
Department | %department% |
Asset tag | %assettag% |
Device notes | %devicenotes% |