HTTP_CLASS_FAILED

Description

An iRule event triggered when an HTTP request is made to a virtual server with at least one HTTP class configured, and the request does not match the filters of any HTTP class.

Examples

when HTTP_CLASS_FAILED {
   log local0. "Request didn't match class"
      pool http_pool
  }
}