Forum Discussion

brad9iner_11512's avatar
brad9iner_11512
Icon for Altostratus rankAltostratus
Feb 08, 2017

iRule to log how many requests are being caught by existing iRule

So I have an existing iRule that handles some redirecting of a specific context path over to the root context path: when HTTP_REQUEST { set context_root "/audit" if { [HTTP::path] starts_with ...