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

1 Reply

  • when HTTP_REQUEST {
    if {[HTTP::uri] starts_with "/test/f2/count" ||
        [HTTP::uri] starts_with "/test/f2/less" } {
    pool pool_https_abc
        log local0. "write something"
    } 
    else {reject}
    }