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 ...
Nov 08, 2005
You are missing the cookie name in the HTTP::cookie exists command.HTTP::cookie exists - Returns a true value if the cookie exists.
when HTTP_REQUEST {
set foundcookie 0
HTTP::header replace Host conference2.telept.com
if { [HTTP::cookie exists "enter_name_of_cookie_here"] } {
set foundcookie 1
}
}
when HTTP_RESPONSE {
if {$foundcookie == 1} {
HTTP::header replace Location http://performance.telept.com/freyman/
}
}-Joe
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
