Everyone,
I am running code 7.0R4 on our SA6500 gateways. I need to prevent iPhones and iPads accessing a specific realm, but still allow Mac OS X PCs, Windows PCs and Linux PCs through; need force the iPhones and iPad users go through a mobile realm instead. Is there anyway to do this with custom expressions on the realm by looking at the web browser MIME types for each OS? I cannot use hostchecker because if cause too many issues with our corporate PCs. Thank you.
I would think you should be able to do this by setting browser restrictions at the realm level. You may need to do some tweaking to find the correct user agent strings, but I imagine *iphone* deny, *ipad* deny followed by * allow rules should do the trick.
You are so right. I forgot about the web browser checking on the realm. Let me try that out and see if it works. Thanks!