HTTP:query_set(value)
Sets the HTTP request query to the string <value>.
Syntax
HTTP:query_set(value);
Arguments
| Name | Description |
|---|---|
|
value |
A string which specifies the URI. |
Events
Applicable in the following events:
-
HTTP_REQUEST
-
AUTH_RESULT
Example
when HTTP_REQUEST {
HTTP:query_set(“query1=value1”);
}
Supported Version
FortiADC version 4.3.x and later.