Forum Discussion

1 Reply

  • nathe's avatar
    nathe
    Icon for Cirrocumulus rankCirrocumulus

    There's a few ways of doing this but perhaps something as simple as this to start with:

    when HTTP_REQUEST { 
       if { [string tolower [HTTP::uri]] starts_with "console" } { 
         drop 
       } 
     }
    

    Would this work for you?

    N