Forum Discussion
Andreas_Lamprec
Nov 26, 2014Nimbostratus
i would use a TCL construct like this
when HTTP_REQUEST {
if { [HTTP::uri] matches_regex {(html?|aspx)$} } {
do something
} else {
do something else
}
}
i would use a TCL construct like this
when HTTP_REQUEST {
if { [HTTP::uri] matches_regex {(html?|aspx)$} } {
do something
} else {
do something else
}
}