Forum Discussion
NiHo_202842
Sep 16, 2016Cirrostratus
What to do after HTTP::respond ?
Hello,
I currently have a maintenance-unavailable iRule that returns a HTML page when the vs is in maintenance mode (value in datagroup list) or is not available. (LB_FAILED)
My first check is if...
Kai_Wilke
Sep 16, 2016MVP
Hi NiHo,
if you need to temporary disable further iRule processing without closing the connection. You may try to issue a [event disable all] as usual within your iRule. And then deploy a simple LTM Policy which reenables the iRule processing on each subsequent HTTP request.
LTM Policy Condition:
- None
LTM Policy Action:
- Target: TCL
- Event: request
- Action: set-variable
- Name: dummy_var
- Expression: [event enable all]
Cheers, Kai
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