Forum Discussion
dralom_31747
Nimbostratus
Oct 18, 2012rewiting of URL to two bluecoat
hello,
I've one F5 with GTM. my problem is for a proxy.pac who are in the bluecoat.
When my pc GET http://toto.domain.com:8080/proxy.pac the F5 forward to one of my bluecoat the re...
Mohamed_Lrhazi
Altocumulus
Oct 18, 2012Maybe something like:
when HTTP_REQUEST_SEND {
set server [LB::server addr]
clientside {
if { [IP::addr $server equals 10.0.0.1] } {
HTTP::header replace Host "bluecat1.dom.ain"
}
if { [IP::addr $server equals 10.0.0.2] } {
HTTP::header replace Host "bluecat2.dom.ain"
}
}
}
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