Home > Configuration > Application Firewall > setappfwprofile_multipleheaderaction

setappfwprofile_multipleheaderaction

Use this method to set one or more multiple header actions. Available settings function as follows:
* Block - Block connections that have multiple headers.
* Log - Log connections that have multiple headers.
* KeepLast - Keep only last header when multiple headers are present.

Request headers inspected:
* Accept-Encoding
* Content-Encoding
* Content-Range
* Content-Type
* Host
* Range
* Referer

CLI users: To enable one or more actions, type "set appfw profile -multipleHeaderAction" followed by the actions to be enabled.

Syntax



Parameters

name

Name of the profile that you want to modify.
This is mandatory parameter.

multipleheaderaction

One or more multiple header actions. Available settings function as follows: * Block - Block connections that have multiple headers. * Log - Log connections that have multiple headers. * KeepLast - Keep only last header when multiple headers are present. Request headers inspected: * Accept-Encoding * Content-Encoding * Content-Range * Content-Type * Host * Range * Referer CLI users: To enable one or more actions, type "set appfw profile -multipleHeaderAction" followed by the actions to be enabled.
Default value = AS_MULTIPLE_HEADER_DEFAULT_DISPOSITION.
Possible Values : block, keepLast, log, none.

Return Value

Returns simpleResult

See Also