Cisco ASA Series Cli Configuration Manual page 1821

Software version 9.0 for the services module
Hide thumbs Also See for ASA Series:
Table of Contents

Advertisement

Chapter 1
Configuring Clientless SSL VPN
Table 1-1
APCF XML Tags (continued)
Tag
<conditions>... </conditions>
<action> ... </action>
<do>...</do>
<sed-script> TEXT </sed-script>
<rewrite-header></rewrite-header>
<add-header></add-header>
Configuring Application Profile Customization Framework
Use
A child element of the pre/post-process tags that specifies
criteria for processing such as:
http-version (such as 1.1, 1.0, 0.9)
http-method (get, put, post, webdav)
http-scheme ("http/", "https/", other)
server-regexp regular expression containing ("a".."z" |
"A".."Z" | "0".."9" | ".-_*[]?"))
server-fnmatch (regular expression containing ("a".."z" |
"A".."Z" | "0".."9" | ".-_*[]?+()\{},")),
user-agent-regexp
user-agent-fnmatch
request-uri-regexp
request-uri-fnmatch
If more than one of condition tags is present, the ASA
performs a logical AND for all tags.
Wraps one or more actions to perform on the content
under specified conditions; you can use the following
tags to define these actions (shown below): <do>,
<sed-script>, <rewrite-header>, <add-header>,
<delete-header>.
Child element of the action tag used to define one of the
following actions:
<no-rewrite/>—Do not mangle the content received from
the remote server.
<no-toolbar/>—Do not insert the toolbar.
<no-gzip/>—Do not compress the content.
<force-cache/>—Preserve the original caching
instructions.
<force-no-cache/>—Make object non-cacheable.
< downgrade-http-version-on-backend>—Use HTTP/1.0
when sending the request to remote server.
Child element of the action tag used to change the content
of text-based objects. The Text must be a valid Sed script.
The <sed-script> applies to the <conditions> tag defined
before it.
Child element of the action tag. Changes the value of the
HTTP header specified in the child element <header> tag
shown below.
Child element of the action tag used to add a new HTTP
header specified in the child element <header> tag shown
below.
Cisco ASA Series CLI Configuration Guide
1-13

Advertisement

Table of Contents
loading

Table of Contents