Fortinet white logo
Fortinet white logo

Script Reference Guide

HTTP:uri_set(value)

HTTP:uri_set(value)

Sets the HTTP request URI to the string <value>.

Syntax

HTTP:uri_set(value);

Arguments

Name Description

value

a string which specifices the uri.

Events

Applicable in HTTP_REQUEST.

Example

when HTTP_REQUEST {
HTTP:uri_set(“/index.html?para=xxxx”);
}

Supported Version

FortiADC version 4.3.x and later.

HTTP:uri_set(value)

HTTP:uri_set(value)

Sets the HTTP request URI to the string <value>.

Syntax

HTTP:uri_set(value);

Arguments

Name Description

value

a string which specifices the uri.

Events

Applicable in HTTP_REQUEST.

Example

when HTTP_REQUEST {
HTTP:uri_set(“/index.html?para=xxxx”);
}

Supported Version

FortiADC version 4.3.x and later.