Forum Discussion
Gill_32697
Nimbostratus
Nov 07, 2013URL Header changes to Node name.
We implemented VDI VMware View using the F5 deployment doc, its working great except for one issue. When the VIP load balances to one of the Pool Memeber Nodes, the clients browser URL chnages to the...
Thomas_Gobet
Nimbostratus
Nov 07, 2013Here is the iRule giving you the ability to replace informations coming from your webservers with the original fqdn requested.
when HTTP_REQUEST {
set Origin "[HTTP::host][HTTP::uri]"
}
when HTTP_RESPONSE {
if { [HTTP::is_redirect] } {
HTTP::header remove Location
HTTP::header insert Location "http://$Origin"
}
}
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