For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

fcocquyt_104704's avatar
fcocquyt_104704
Icon for Nimbostratus rankNimbostratus
Jul 10, 2014

irule to check if iPad is used when making connection

Hello,

 

We have following checks done:

 

when HTTP_REQUEST { check for browser-type switch -glob [HTTP::header value "User-Agent"] { "MSIE 6" - "MSIE 7" - "MSIE 8" { do stuff }

 

Now we should have to add another check to verify if an iPAD is used (and do some actions accordingly) ? Any idea how this can be checked ?

 

Thanks in advance, Frederik

 

1 Reply

  • The strings "ipad", "iphone", and "android" should be in the default user agent string for each of these devices, so you should be able to extend your current code to look for these new strings.