For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Andrea_Arquint's avatar
Andrea_Arquint
Icon for Nimbostratus rankNimbostratus
Dec 21, 2011

uri based cache handling

Hi     I maden an iRule:       when HTTP_REQUEST {         if { [HTTP::uri] contains "/a_string/" } {   CACHE::disable   }     }       This works but I ...