Home > Configuration > Application Firewall > setappfwprofile_sqlinjectiontype

setappfwprofile_sqlinjectiontype

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
-None : Disables checking using both SQL Special Char and Keyword

Syntax



Parameters

name

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

sqlinjectiontype

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 -None : Disables checking using both SQL Special Char and Keyword
Possible Values : SQLSplChar, SQLKeyword, SQLSplCharORKeyword, SQLSplCharANDKeyword, None.

Return Value

Returns simpleResult

See Also