Request-Nonxml-Policy; Request-Nonxml-Rule - IBM WebSphere XS40 Command Reference Manual

Datapower xml security gateway
Table of Contents

Advertisement

Examples
v Adds the HTTP TRACE method to the default methods (GET, POST and HEAD) to

request-nonxml-policy

Determines how to handle non-XML content.
Syntax
request-nonxml-policy {nothing | side | binary}
Parameters
nothing
side
binary The appliance executes the Non-XML Processing Rule specified. The
Related Commands
request-nonxml-rule, request-xml-policy, request-xml-rule

request-nonxml-rule

Specifies the Processing Rule to apply to non-XML content.
Syntax
request-nonxml-rule name
Parameters
name
Guidelines
Specifies the Processing Rule to apply to non-XML content when the
request-nonxml-policy is either side or binary.
Related Commands
request-nonxml-policy, request-xml-policy, request-xml-rule, rule (Global)
allow.
# request-methods GET+POST+HEAD+TRACE
#
(Default) Performs no processing.
The appliance executes the Non-XML Processing Rule specified. This rule
cannot alter the content of the request (cannot access the INPUT and OUTPUT
contexts). The Rule can perform such actions as authenticate and authorize,
or send a copy of the request content to a third destination.
request payload is submitted as a non-parsed binary object. This rule can
alter the content of the request. The Rule can perform such actions as
authenticate and authorize, convert to XML, repackage with additional
information retrieved from elsewhere and/or send a copy of the request
content to a third destination. The result of this rule is then used as the
request payload for further processing.
Specifies the name of an existing Processing Rule.
Chapter 94. Web Application Request Profile configuration mode
765

Advertisement

Table of Contents
loading

Table of Contents