1-12
Cisco ASA Series CLI Configuration Guide
Chapter 1 Configuring Clientless SSL VPN
Configuring Application Profile Customization Framework
Detailed Steps
APCF Syntax
APCF profiles use XML format, and sed script syntax, with the XML tags in Table 1-1.
Guidelines
Misuse of an APCF profile can result in reduced performance and undesired rendering of content. In
most cases, Cisco Engineering supplies APCF profiles to solve specific application rendering issues.
Command Purpose
Step 1
webvpn
Switches to webvpn configuration mode.
Step 2
apcf
Example:
hostname(config)# webvpn
hostname(config-webvpn)# apcf flash:/apcf/apcf1.xml
hostname(config)# webvpn
hostname(config-webvpn)# apcf
https://myserver:1440/apcf/apcf2.xml
Identifies and locates an APCF profile that you want
to load on the ASA.
Shows how to enable an APCF profile named
apcf1.xml, located on flash memory.
Shows how to enable an APCF profile named
apcf2.xml, located on an https server called
myserver, port 1440 with the path being /apcf.
Table 1-1 APCF XML Tags
Tag Use
<APCF>...</APCF> The mandatory root element that opens any APCF XML
file.
<version>1.0</version> The mandatory tag that specifies the APCF
implementation version. Currently the only version is
1.0.
<application>...</application> The mandatory tag that wraps the body of the XML
description.
<id> text </id> The mandatory tag that describes this particular APCF
functionality.
<apcf-entities>...</apcf-entities> The mandatory tag that wraps a single or multiple APCF
entities.
<js-object>…</js-object>
<html-object>…</html-object>
<process-request-header>...</process-request-header>
<process-response-header>...</process-response-header>
<preprocess-response-body>...</preprocess-response-body>
<postprocess-response-body>...</postprocess-response-body>
One of these tags specifies type of content or the stage at
which the APCF processing should take place.