| bindappfwprofile_xmlattachmenturl |
Use this method to bind xmlattachmenturl to appfw profile. |
Syntax |
Parameters |
name |
Name of the profile to which to bind an exemption or rule. This is mandatory parameter. |
xmlattachmenturl |
Exempt the specified URL from the XML attachment check.
An XML attachment exemption (relaxation) consists of the following items:
* URL. PCRE-format regular expression that matches the URL(s) to be exempted.
* Maximum-attachment-size-check toggle. ON to enable, OFF to disable.
* Maximum attachment size. Positive integer representing the maximum allowed size in bytes for each XML attachment.
* Attachment-content-type-check toggle. ON to enable, OFF to disable.
* Attachment content type. PCRE-format regular expression that specifies the list of MIME content types allowed for XML attachments. |
xmlmaxattachmentsizecheck |
State if XML max attachment size check is ON or OFF. Protects against XML requests with large attachment data. Default value = OFF. Possible Values : ON, OFF. |
xmlmaxattachmentsize |
Specify maximum attachment size. Maximum value = AS_MAX_POSTBODYLIMIT_XML. |
xmlattachmentcontenttypecheck |
State if XML attachment content-type check is ON or OFF. Protects against XML requests with illegal attachments. Default value = OFF. Possible Values : ON, OFF. |
xmlattachmentcontenttype |
Specify content-type regular expression. |
Return Value |
Returns simpleResult |
See Also |