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

jaked_150553's avatar
jaked_150553
Icon for Nimbostratus rankNimbostratus
Apr 15, 2014

irule to reject requests based in uri

I am using the following irule to reject http::requests is the http::uri starts with "/source"   when HTTP_REQUEST {   if{[HTTP::uri] starts_with "/source" } { reject } }   Appending this t...