Forum Discussion

natethegreat_23's avatar
natethegreat_23
Icon for Nimbostratus rankNimbostratus
Jul 25, 2017

iRule OR statement in URI

In my working iRule for the ASM, I am looking for a specific URI with the statement:   if { [HTTP::uri] starts_with "/abc/zyx/type1/text" } { "do action" } Now I would like to do the same actio...