Home > Configuration > Application Firewall > setappfwprofile_xmlsqlinjectionparsecomments

setappfwprofile_xmlsqlinjectionparsecomments

Use this method to set parse comments in XML Data and exempt those sections of the request that are from the XML SQL Injection check. You must configure the type of comments that the application firewall is to detect and exempt from this security check. Available settings function as follows:
* Check all - Check all content.
* ANSI - Exempt content that is part of an ANSI (Mozilla-style) comment.
* Nested - Exempt content that is part of a nested (Microsoft-style) comment.
* ANSI Nested - Exempt content that is part of any type of comment.

Syntax



Parameters

name

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

xmlsqlinjectionparsecomments

Parse comments in XML Data and exempt those sections of the request that are from the XML SQL Injection check. You must configure the type of comments that the application firewall is to detect and exempt from this security check. Available settings function as follows: * Check all - Check all content. * ANSI - Exempt content that is part of an ANSI (Mozilla-style) comment. * Nested - Exempt content that is part of a nested (Microsoft-style) comment. * ANSI Nested - Exempt content that is part of any type of comment.
Default value = AS_CHECKALL.
Possible Values : checkall, ansi, nested, ansinested.

Return Value

Returns simpleResult

See Also