Forum Discussion

1 Reply

  • Something like this:

    
    when HTTP_REQUEST {
       if { [HTTP::header User-Agent] contains "MSIE" } {
           ... do something
       }
    }