ltm rule command ICAP uriΒΆ

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



ICAP::uri
       Sets or returns the ICAP request URI.

SYNOPSIS
       ICAP::uri (URI_STRING)?

DESCRIPTION
       The ICAP::uri command sets or returns the ICAP request URI.

       Syntax

       ICAP::uri

	   * Returns the ICAP request URI

       ICAP::uri 

	   * Sets the ICAP request URI.

RETURN VALUE
       Returns the ICAP request URI.

VALID DURING
       ICAP_REQUEST

EXAMPLES
	when ICAP_REQUEST {
	    if {[ICAP::uri] contains "movie"} {
		ICAP::uri http://icap.mydomain.org/video
	    }
	}

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



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