Forum Discussion

mjbeadle's avatar
mjbeadle
Icon for Nimbostratus rankNimbostratus
Jul 11, 2013

Odd behavior with uri match irule

I started with the following iRule-   when HTTP_REQUEST {   set app_pool [class match -value -- [HTTP::uri] starts_with "URIs"]   if {$app_pool ne ""} {   pool $app_pool   }...