Home > Configuration > Application Firewall > setappfwprofile_sqlinjectiononlycheckfieldswithsqlchars

setappfwprofile_sqlinjectiononlycheckfieldswithsqlchars

Use this method to set check only form fields that contain SQL special strings (characters) for injected SQL code.
Most SQL servers require a special string to activate an SQL request, so SQL code without a special string is harmless to most SQL servers.
NOTE: This attribute is deprecated.
The same functionality is added to SQLInjectionType . Set SQLInjectionType to "SQLSplCharANDKeyword" to get the same result

Syntax



Parameters

name

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

sqlinjectiononlycheckfieldswithsqlchars

Check only form fields that contain SQL special strings (characters) for injected SQL code. Most SQL servers require a special string to activate an SQL request, so SQL code without a special string is harmless to most SQL servers.
NOTE: This attribute is deprecated.
The same functionality is added to SQLInjectionType . Set SQLInjectionType to "SQLSplCharANDKeyword" to get the same result
Possible Values : ON, OFF.

Return Value

Returns simpleResult

See Also