| bindappfwprofile_csrftag |
Use this method to bind csrftag to appfw profile. |
Syntax |
Parameters |
name |
Name of the profile to which to bind an exemption or rule. This is mandatory parameter. |
csrftag |
Exempt the specified form field and web form from the cross-site request forgery (CSRF tagging) check.
A CSRF tagging exemption (relaxation) consists of the following items:
* Web form field name. Regular expression that describes the web form field to exempt from this check.
* Form action URL. The action URL for the web form. |
csrfformactionurl |
CSRF form action URL. |
Return Value |
Returns simpleResult |
See Also |