Forum Discussion
APM per-request policy/irule
- 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
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
Recent Discussions
Related Content
* 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