Forum Discussion
LoveNoodles
Jul 23, 2021Altocumulus
APM per-request policy/irule
Hi, I have a APM per-request policy that is using URL branching to force login on a specific URI. Now the issue we face is that this specific URI is common across the application when submitting form...
- Jul 25, 2021
Hi LoveNoodles,
you could set a perflow variable in your iRule. See the reference here:
https://clouddocs.f5.com/cli/tmsh-reference/v15/modules/ltm/ltm_rule_command_ACCESS_perflow.html
In the next PRP object you could use an Empty Action to create branch rules like the following:
expr { [mcget {perflow.custom}] equals "MyBypassValue" }
And then send the specific requests to an Allow ending.
KR
Daniel
LoveNoodles
Jul 26, 2021Altocumulus
Thank you Daniel Wolf! That works a treat!
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects