ProxySG Content Policy Language Guide
console_access=
Tests if the current request is destined for the <Admin> layer. This test can be used to distinguish access to the management console by admininstrators who are explicitly proxied to the ProxySG being admininstered. The test can be used to guard transforms that should not apply to the Management Console. This cannot be used to test Telnet sessions, as they do not go through a <Proxy> layer.
Syntax
console_access=yesno
Layer and Transaction Notes
•Use in <Exception>, <Proxy>, and <Cache> layers.
•Applies to HTTP transactions.
See Also
•Conditions: admin.access=
64