Fortinet white logo
Fortinet white logo

Script Reference Guide

HTTP:exclude_check_disable()

HTTP:exclude_check_disable()

Disables the exclude URI check.

Syntax

HTTP:exclude_check_disable();

Arguments

N/A

Events

Applicable in HTTP_REQUEST.

Example

when HTTP_REQUEST {
if HTTP:exclude_check_disable() then
debug("set HTTP:exclude_check_disable: true\n");
else
debug("set HTTP:exclude_check_disable: Fail");
end
}

Supported Version

FortiADC version 5.3.x and later.

HTTP:exclude_check_disable()

HTTP:exclude_check_disable()

Disables the exclude URI check.

Syntax

HTTP:exclude_check_disable();

Arguments

N/A

Events

Applicable in HTTP_REQUEST.

Example

when HTTP_REQUEST {
if HTTP:exclude_check_disable() then
debug("set HTTP:exclude_check_disable: true\n");
else
debug("set HTTP:exclude_check_disable: Fail");
end
}

Supported Version

FortiADC version 5.3.x and later.