Forum Discussion
Mar 10, 2014
Web sockets in 11.4
Hi guys!
Been getting more requests regarding Web sockets from our developers.
The way I've understood it is that the client will send a request to the LB over HTTP, the lb will choose a server ...
Mar 13, 2014
While we're speculating, here's a crazy thought!
- Agree with the developers to add a header section of say, a maximum of 100 bytes. Separated by ";".
- An example header could be "site.com;/ireallydislikewebsockets.aspx;"
Then apply an iRule like this
when CLIENT_ACCEPTED {
TCP::collect 100
}
when CLIENT_DATA {
set host [getfield [TCP::payload 100] ";" 1]
set uri [getfield [TCP::payload 100] ";" 2]
Do something with the iRule
}
What do you think? I agree that it's less than optimal, but when life gives you lemons... 🙂
/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