ltm rule command PSM HTTP enableΒΆ

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



PSM::HTTP::enable
       To enable PSM for HTTP traffic.

SYNOPSIS
       PSM::HTTP::enable

DESCRIPTION
       To enable PSM for HTTP traffic

RETURN VALUE
VALID DURING
       CLIENT_ACCEPTED HTTP_REQUEST HTTP_PROXY_REQUEST
		  HTTP_REQUEST_DATA HTTP_REQUEST_SEND HTTP_REQUEST_RELEASE

EXAMPLES
	when HTTP_REQUEST {
	    PSM::HTTP::disable
	    if { [HTTP::uri] starts_with "/enforce" } {
		PSM::HTTP::enable
	    }
	}

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



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