Hi everyone,
We are managing a fleet of Android devices (running android 11 and above) using SOTI MobiControl and are looking to enforce a security policy where only authorized devices can access a service exposed through our F5 firewall’s public IP address.
The plan is to configure each device to send a unique identifier (such as Device ID, IMEI, or Serial Number) in a custom HTTP header with every request. The F5 will inspect this header and allow access only for devices with approved identifiers (using an iRule). We already had some iRules set up before Android 10 (Api level 29) when access to device Identifier was open.
Is there any way to implement this?
Thanks for the help.
Kind Regards