Forum Discussion

BaltoStar_12467's avatar
Jun 03, 2013

iRule optimization

My iRule needs to exact-match on host and wild-card match on path.     when HTTP_REQUEST {   switch [string tolower [HTTP::host]] {   "internal.mycompany.com" {   ...