ltm rule event HTTP REQUESTΒΆ

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

HTTP_REQUEST
       Triggered when the system fully parses the complete client HTTP request headers.

DESCRIPTION
       An iRule event triggered when the system fully parses the complete client HTTP request headers (that is, the
       method, URI, version, and all headers, not including the HTTP request body).

Examples
	when HTTP_REQUEST {
	  if { [HTTP::uri] contains "secure"} {
	    HTTP::redirect "https://[HTTP::host][HTTP::uri]"
	  }
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-9.0.0 --First introduced the event.

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