Forum Discussion

AjayPra_161698's avatar
AjayPra_161698
Icon for Nimbostratus rankNimbostratus
Jul 27, 2015

Irule not matching the user-agent string "ms search"

Hi all, I have following iRule configured on LTM.   when HTTP_REQUEST { set uagent [string tolower [HTTP::header User-Agent]] if { $uagent contains "ms search"} { pool pool-A } else { pool pool-B...