HTTP:path_get()
Returns the string of the HTTP request path.
Syntax
HTTP:path_get();
Arguments
N/A
Events
Applicable in the following events:
-
HTTP_REQUEST
-
AUTH_RESULT
Example
when HTTP_REQUEST {
path = HTTP:path_get();
}
Supported Version
FortiADC version 4.3.x and later.