This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Mobile devices regular expression (except SSL scanning)

I would like to disable SSL scanning for mobile devices (eg. iPhone, Android and Windows Phone's). 

I know this can be achived by creating an Exception under Filtering Options but I don't know which user agents to add. 

Should this be enough? 

Apple-iPhone*
Apple-iPad*
Android*
Windows Phone*


This thread was automatically locked due to age.
Parents
  • The problem is that smartphones and laptops are connected to the samen WLAN. It is already a different subnet that local pc's. 

    Maybe this is not the right place to ask questions about regular expressions..
Reply
  • The problem is that smartphones and laptops are connected to the samen WLAN. It is already a different subnet that local pc's. 

    Maybe this is not the right place to ask questions about regular expressions..
Children
  • Its as good as any other, though we don't teach how to do RegEx.  Try Regular-Expressions.info - Regex Tutorial, Examples and Reference - Regexp Patterns for that.

    If you do want to do it by user agent, there are samples online for various devices.  One simple thing is to install a FireFox plugin for User Agent switcher, they often come pre-loaded with a bunch of samples.  Of course it is easy to spoof so if your users know they can disable SSL for their laptop just by changing their UA.

    RegEx automatically will wildcard either side.  Therefore if you just have a simple string you just need to enter in the sting as is eg "iPhone".