Forum Discussion
Craig_Freyman_1
Nimbostratus
Nov 07, 2005Masking URL
So I've got a number of VIP's going into the BIGIP. Each VIP has a URL associated with it. We use these different URLs to manipulate the traffic in different ways before the traffic is sent back to ...
Craig_Freyman_1
Nimbostratus
Nov 07, 2005Please see attached net diag. Let me know if this is clear!
Here is the very complex Irule:
when HTTP_REQUEST {
HTTP::header replace Host conference2.telept.com
}
The other nocache rule (noted in the diag) is here:
when HTTP_REQUEST {
set foundmatch 0
if { ([HTTP::uri] contains "Slide") or ([HTTP::uri] contains "ps") or ([HTTP::uri] contains "Master")} {
set foundmatch 1
}
}
when HTTP_RESPONSE {
if {$foundmatch == 1} {
HTTP::header replace Pragma no-cache
HTTP::header replace Cache-Control no-cache
}
}
Let me know if this isnt clear! Thanks again.
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
