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

wkirk's avatar
wkirk
Icon for Nimbostratus rankNimbostratus
Jan 26, 2018

Using wildcard for multiple URI

We have an existing iRule and datagroup, when HTTP_REQUEST { set uri [HTTP::uri] if {[class match $uri starts_with DG1]} { pool POOL_SSL } if {[class match $uri eq DG_EXACT] or $uri eq "/"...