Home > Configuration > Application Firewall > setappfwprofile_xmlsqlinjectiontype

setappfwprofile_xmlsqlinjectiontype

Use this method to set available SQL injection types.
-SQLSplChar : Checks for SQL Special Chars
-SQLKeyword : Checks for SQL Keywords
-SQLSplCharANDKeyword : Checks for both and blocks if both are found
-SQLSplCharORKeyword : Checks for both and blocks if anyone is found

Syntax



Parameters

name

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

xmlsqlinjectiontype

Available SQL injection types. -SQLSplChar : Checks for SQL Special Chars -SQLKeyword : Checks for SQL Keywords -SQLSplCharANDKeyword : Checks for both and blocks if both are found -SQLSplCharORKeyword : Checks for both and blocks if anyone is found
Possible Values : SQLSplChar, SQLKeyword, SQLSplCharORKeyword, SQLSplCharANDKeyword, None.

Return Value

Returns simpleResult

See Also