| bindappfwprofile_fieldconsistency |
Use this method to bind fieldconsistency to appfw profile. |
Syntax |
Parameters |
name |
Name of the profile to which to bind an exemption or rule. This is mandatory parameter. |
fieldconsistency |
Exempt the specified web form field and form action URL from the form field consistency check, or exempt the specified cookie from the cookie consistency check.
A form field consistency exemption (relaxation) consists of the following items:
* Web form field name. Name of the form field to exempt from this check.
* Form action URL. Action URL for the web form.
* IsRegex flag. The IsRegex flag, followed by YES if the form action URL is a regular expression, or NO if it is a literal string. |
formactionurl |
Form action URL. |
isregex |
Is a regular expression? Possible Values : REGEX, NOTREGEX. |
Return Value |
Returns simpleResult |
See Also |