Forum Discussion
Cid_Isbell_1617
Nimbostratus
Mar 10, 2006http response rewrite of url
I have a BigIP box that is loadbalancing two servers in a pool. A user will type in ecc.empireblue.com, and then is redirected to
https://smeeccweb01/Citrix/MetaFrame/default/default.aspx
...
Cid_Isbell_1617
Nimbostratus
Mar 13, 2006Hey everyone, I tried this iRule
when HTTP_RESPONSE {
set newhost "eccext.empireblue.com"
if { [HTTP::header host] eq "smeeccweb01" } {
HTTP::header replace host $newhost
}
if { [HTTP::header host] eq "smeeccweb02" } {
HTTP::header replace host $newhost
}
}
Its not working. Any thoughts?
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