Forum Discussion

jakk127_200290's avatar
jakk127_200290
Icon for Nimbostratus rankNimbostratus
May 01, 2015

Trying to understand using square braces vs parenthesis in iRules

Hello,   I have an written the following iRule   when HTTP_REQUEST { set user_agent [string tolower [HTTP::header User-Agent]] if { not ($user_agent contains "windows nt 5.1")} { vi...