Debug(str)
Prints the debug information when the virtual server is using HTTP scripting.
Syntax
debug(str);
Arguments
| Name | Description |
|---|---|
|
str |
A string which will be printed. |
Events
Applicable in all events.
Example
when HTTP_REQUEST {
debug(“http request method is %s.\n”, HTTP:method_get())
}
Supported Version
FortiADC version 4.3.x and later.