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.