Forum Discussion

John_Adams's avatar
John_Adams
Icon for Altocumulus rankAltocumulus
Dec 18, 2024

iRule: Failure to activate payload

Hi, folks,      I'm getting a result I don't understand on a very simple iRule. It works in this version: when HTTP_REQUEST { if {some_stuff} {      drop      log local0.warn "Warning" }      ...