ltm rule command HTML disableΒΆ

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

HTML::disable
       Disable the processing of HTML for this transaction.

SYNOPSIS
       HTML::disable

DESCRIPTION
       Disable the processing of HTML for this transaction.

RETURN VALUE
       empty return code.

VALID DURING
       ANY_EVENT

EXAMPLES
	when HTTP_RESPONSE {
	    if {$host == "www.f5.com"} {
		HTML::disable
	    }
	    log local0. "host: $host"
	}

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

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