HTTP:path_set(value)
Sets the HTTP request path to the string <value>.
Syntax
HTTP:path_set(value);
Arguments
| Name | Description |
|---|---|
|
Value |
A string which specifies the path. |
Events
-
BEFORE_AUTH
-
HTTP_REQUEST
-
WAF_REQUEST_ATTACK_DETECTED
-
WAF_REQUEST_BEFORE_SCAN
Example
when HTTP_REQUEST {
HTTP:path_set(“/other.html”);
}
Supported Version
FortiADC version 4.3.x and later.