Hi guys, I want to use HAproxy as a LB to my HTTP API, but I want to balance requests based on some route_id provided either in cookie or in URI (flash apps cannot set headers in requests). It looks that only appsession supports reading URI,. Is there any way to do this with cookie option? Or how hard will it be to implement this, eventually?
I can't use appsession since as far as I understand it only work if I have one process - in my environment this is not acceptable (I will have multiple LB's to get high-availability and scalability - HAproxy will be paired with stud to terminate SSL and this will probably need more than two machines). Thanks for any help, -- Kamil Gorlo

