Forum Discussion
i-rule help
Please help me to configure the i-rule
HTTP::respond 200 content "abc_dg"}
where abc_dg is datagroup, i want get the value from the datagroup and send in the http response
sample datagroup:
string type abc_dg
content1 "blahblah1"
content2 "blahblah2"
--
Use this in your iRule:
set contentdata [class match -value "content1" equals abc_dg]
If you want to execute iRule events after APM authentication is successful, then you should be able to use the ACCESS_ACL_ALLOWED event.
This article by Jason Rahm is a great resource to understand how each iRule event relates to another: HTTP Event Order -- Access Policy Manager
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