Forum Discussion
ibehavior_37902
Nimbostratus
Jun 14, 2010Send requests to multiple backend nodes
Hello -
Relatively new to iRules so bear with me. I have 20 backend nodes and 4 production virtual servers. What I need to do is to mirror http requests sent to one of the nodes to anothe...
Eray_27463
Nimbostratus
Sep 07, 2007Joe,
Thanks for your answer. I got the difference between
set_session_enabled_state() and set_session_enabled_state()
But now I got confused between
LocalLBNodeAddress and LocalLBPoolMember, it looks like they're API is almost same.
Should I use
LocalLBNodeAddress.set_monitor_state() or
LocalLBPoolMember.set_monitor_state() ?
What's the difference?
- Lee_SutcliffeOct 25, 2017
Nacreous
If you just want to replace content in the HTTP response, then I would use a Stream profile and a basic iRule.
when HTTP_REQUEST { STREAM::disable } when HTTP_RESPONSE { set oldString "Next line in readAODResponseStatusCode - 0" set newString "Next line in readAODResponseStatusCode - 0000" STREAM::expression {@$oldString@$newString@} STREAM::enable } }
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