nolipineda
Altostratus
Aug 26, 2015Here's an update for v11.
when RULE_INIT {
set sec_http_versions [list "0.9" "1.0" "1.1" ]
}
when HTTP_REQUEST {
if { ! [matchclass [HTTP::version] equals $::sec_http_versions ] } {
reject
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)