ltm rule command ANTIFRAUD disable app layer encryptionΒΆ

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



ANTIFRAUD::disable_app_layer_encryption
       Disables application layer encryption for the current transaction.

SYNOPSIS
       ANTIFRAUD::disable_app_layer_encryption

DESCRIPTION
       disables application layer encryption for the current transaction.

RETURN VALUE
       disables application layer encryption for the current transaction.

VALID DURING
       HTTP_REQUEST

EXAMPLES
	when HTTP_REQUEST {
	    if { [HTTP::header exists "Antifraud-Disable-AppLayerEncryption" ] } {
		ANTIFRAUD::disable_app_layer_encryption
		log local0. "Application Layer Encryption disabled"
	    }
	}

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



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