Forum Discussion
keiti_4329
Nimbostratus
Apr 28, 2014Does LTM support websocket protocol with cookie persistence?
Hi, guys.
I've been trying to configure VS for websocket communications using cookie persistence in v10.2.1 and I've used the following irules:
when CLIENT_ACCEPTED { HTTP::enable } when HT...
Apr 30, 2014
What if you add LB::select before HTTP::disable to force a pool decision?
I tried it in my lab and it chose the right pool member all the time, but my stats was a bit strange. Worth a try at least?
when CLIENT_ACCEPTED {
HTTP::enable
}
when HTTP_REQUEST {
if { ([string tolower [HTTP::header value Upgrade]] equals "websocket" ) && ([string tolower [HTTP::header value Connection]] equals "upgrade" ) } {
log local0. "HTTP Disable"
LB::select
HTTP::disable
}
}
/Patrik
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