Forum Discussion
AngryCat_52750
Nimbostratus
Nov 19, 2013APM cookie - F5_ST
We have a automated user testing application that does load testing for us. We found a bug in their system that cant handle the F5_ST cookie and the commas that come with it..
any way of updatin...
AngryCat_52750
Nimbostratus
Nov 22, 2013i did the following to remove the cookie and the app works normal
when RULE_INIT {
user-defined: APM virtual server to forward traffic to
set static::LOCAL_APM_VIP "vs_server-apm"
}
when HTTP_REQUEST {
virtual $static::LOCAL_APM_VIP
}
when HTTP_RESPONSE {
if { [HTTP::cookie exists F5_ST] } {
HTTP::cookie remove F5_ST
}
}
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