01-12-2007 06:14 AM
Has anyone been able to configure the ACE via XML?
I can connect, but doesn't matter what i type, the answer could not be understood by the server. Not even with the example in the admin guide. Is there a document, which tells exactly how the syntax of the header needs to be? The DTD is not telling anything about that.
01-18-2007 09:06 AM
Go to Configuration > VPN > WebVPN > APCF
WebVPN includes an Application Profile Customization Framework option that lets the security appliance handle non-standard applications and web resources so they display correctly over a WebVPN connection. An APCF profile contains a script that specifies when (pre, post), where (header, body, request, response), and what data to transform for a particular application. The script is in XML and uses sed (stream editor) syntax to transform strings/text.
You can configure multiple APCF profiles on a security appliance to run in parallel. Within an APCF profile script, multiple APCF rules can apply. In this case, the security appliance processes the oldest rule first, based on configuration history, the next oldest rule next.
http://www.cisco.com/en/US/products/ps6121/products_user_guide_chapter09186a00806a2f4a.html
01-19-2007 03:16 AM
Hi and thanks for the answer, but we are using the Application Control Engine without any Management Software. We like to code our own web application to configure the ACE boards, but we were not able to find a working example.
rene
02-12-2007 09:03 AM
There is a trick that you can only have 1 and only 1 POST variable define. ACE is very strict on the number of variable being pass to it. Here is an example using CURL:
curl -v -H Connection:close http://
02-13-2007 02:29 AM
Thanks a lot, this was the info i needed. Too bad, that i could not find this information somewhere in the documentation. But its working now.
thanks again...
Rene
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide