Forum Discussion

scarnes_82101's avatar
scarnes_82101
Icon for Nimbostratus rankNimbostratus
Jan 03, 2013

irule to allow only certain uris

I'm trying to create an simple iRule that will allow only uris that are in the data group "allowed uris". My iRule is:   when HTTP_REQUEST {   if {[matchclass [HTTP::uri] equals "allowed_u...