Forum Discussion
callerys_137261
Mar 15, 2017Nimbostratus
Header replacement irule
Attempting to replace the host header with the FQDN of the node being load balanced to. I found the following iRule in another post however something isn't correct.
when HTTP_REQUEST_SEND {
clients...
crodriguez
Mar 15, 2017Ret. Employee
HTTP_REQUEST_SEND is a server-side context event. You could try this instead:
when LB_SELECTED {
HTTP::header replace Host "[LB::server addr]:[LB::server port]"
}
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