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 08, 2005I'm trying to do determine if there is a cookie, if there is, to change the location. This doesnt work though:
when HTTP_REQUEST {
set foundcookie 0
HTTP::header replace Host conference2.telept.com
if {([HTTP::cookie exists])} {
set foundcookie 1
}
}
when HTTP_RESPONSE {
if {$foundcookie == 1} {
HTTP::header replace Location http://performance.telept.com/freyman/
}
}
I receive
01070151:3: Rule [mask-URL] error:
line 4: [wrong args] [HTTP::cookie exists]
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
