Forum Discussion
William_Them_99
Nimbostratus
Jun 15, 2005Events after HTTP_REQUEST
Are there any events that occur after HTTP_REQUEST but before the bigip actually routes the request?
For instance, in the HTTP_REQUEST event you can say "pool mypool", but is the...
unRuleY_95363
Jun 15, 2005Historic F5 Account
Yes, that's a bug.
Here, try this rule:
when LB_SELECTED {
set server_addr [LB::server addr]
}
when HTTP_REQUEST_SEND {
if { $server_addr ne "" } {
clientside { HTTP::header replace Host $server_addr }
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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