ltm rule command ANTIFRAUD alert originΒΆ

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



ANTIFRAUD::alert_origin
       Returns the origin of the alert, e.g. clientside, serverside or secure
       alert cookie.

SYNOPSIS
       ANTIFRAUD::alert_origin

DESCRIPTION
       returns the origin of the alert, e.g. clientside, serverside or secure
       alert cookie.

RETURN VALUE
       returns the origin of the alert, e.g. clientside, serverside or secure
       alert cookie.

VALID DURING
       ANTIFRAUD_ALERT

EXAMPLES
	when ANTIFRAUD_ALERT {
	    log local0. "Alert origin: [ANTIFRAUD::alert_origin]."
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-13.1.0
		   --First introduced the command.



BIG-IP				  2018-07-19			      iRule(1)