Article Number
000014295
Applies To
ClearTrust Agent 4.6
RSA ClearTrust 4.7 Agent
RSA Access Manager 4.8 Agent
Issue
How to unprotect a dynamic query-string based URL
Resolution
In order to exclude the dynamic query string based URL from access control checks, a rule can be created in rules.xml file located in <agent home>/conf directory. This rule will allow access to dynamic query-string based URL by using wildcards to indicate the variable parts of the query-string. Following example shows a rule that allows access to dynamic query-string based url (abc.*).
<Rule>
<argument type="QueryString" expression="abc.*"/>
<action type="HTTP" argument="200"/>
</Rule>