iRule Event Order There is an excellent article on DevCentral regarding iRule order but this focuses on TCP, the event order for an HTTP request is different as you can see below: Event Order – HTTP Request 1. RULE_INIT 2. CLIENT_ACCEPTED 3. CLIENTSSL_HANDSHAKE 4. CLIENTSSL_CLIENTCERT 5. CLIENT_DATA 6. HTTP_REQUEST |…