Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

karthik_sriniva's avatar
karthik_sriniva
Icon for Nimbostratus rankNimbostratus
Apr 06, 2005

Raising events

Hi,

 

can I raise events from my iRULE code

 

like raise HTTP_success or HTTP_fail etc

 

 

Thanks,

 

karthik

2 Replies

  • drteeth_127330's avatar
    drteeth_127330
    Historic F5 Account
    No. There is no support for raising events from an iRule. Okay, well, there's one exception. The TCP::notify command will raise a USER_REQUEST or USER_RESPONSE event. However, this command is undocumented and difficult to use correctly. What are you trying to do?
  • Hi,

     

    I would like to raise the event AUTH_SUCCESS, so that I can skip authentication network call for request subsequent to initial login.

     

     

    Thanks,

     

    Karthik