ltm rule event HTTP REJECTΒΆ

iRule(1)						BIG-IP TMSH Manual						  iRule(1)

HTTP_REJECT
       Triggered when HTTP aborts the connection

DESCRIPTION
       Triggers when HTTP encounters an error condition, and aborts the connection.  This event is designed for debugging issues
       with the HTTP filter.  Note that when this event is triggered most HTTP commands will not work as all HTTP connection state
       will have been aborted.	You may want to store useful information in earlier iRule events in TCL variables to be printed in
       log messages here.

Examples
	when HTTP_REJECT {
	    log local0. "HTTP Aborted:" [HTTP::reject_reason]
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-12.0.0 --First introduced the event.

BIG-IP							    2022-04-12							  iRule(1)