ltm rule command ANTIFRAUD alert http referrerΒΆ

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

ANTIFRAUD::alert_http_referrer
       Returns or sets alert HTTP referrer.

SYNOPSIS
       ANTIFRAUD::alert_http_referrer (VALUE)?

DESCRIPTION
       ANTIFRAUD::alert_http_referrer ;
	   Returns alert HTTP referrer.

       ANTIFRAUD::alert_http_referrer VALUE ;
	   Sets alert HTTP referrer.

RETURN VALUE
       ANTIFRAUD::alert_http_referrer ;
	   Returns alert HTTP referrer.

       ANTIFRAUD::alert_http_referrer VALUE ;
	   No return value (sets alert HTTP referrer).

VALID DURING
       ANTIFRAUD_ALERT

EXAMPLES
	when ANTIFRAUD_ALERT {
	    log local0. "original Alert HTTP referrer: [ANTIFRAUD::alert_http_referrer]."
	    ANTIFRAUD::alert_http_referrer new_value
	    log local0. "new Alert HTTP referrer: [ANTIFRAUD::alert_http_referrer]."
	}

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

BIG-IP						      2020-06-23					     iRule(1)