ltm rule command ANTIFRAUD alert http referrerΒΆ

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



ANTIFRAUD::alert_http_referrer
       Returns HTTP referrer.

SYNOPSIS
       ANTIFRAUD::alert_http_referrer

DESCRIPTION
       returns HTTP referrer.

RETURN VALUE
       returns HTTP referrer.

VALID DURING
       ANTIFRAUD_ALERT

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

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



BIG-IP				  2017-01-31			      iRule(1)