Forum Discussion
Nari
Nimbostratus
Jun 07, 2016We have an external web url which will come on our frontend f5 VIP but server is responding to the external passing the F5, needs to route back to F5
we have an external web url which will come on our frontend f5 VIP and redirect to internal pools, but the pool is currently responding to the actual source instead of F5 VIP due to HTTP header embe...
Vijay_E
Cirrus
Jun 07, 2016Domain masking:
when HTTP_REQUEST {
if { [HTTP::host] contains "abcd.com" } {
HTTP::host [string map {abcd.com xyz.com} [HTTP::host]]
}
when HTTP_RESPONSE {
if { [HTTP::header values Location] contains "xyz.com" } {
HTTP::header replace Location [string map {xyz.com abcd.com} [HTTP::header value Location]]
}
}
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