On 8/6/11 12:32 AM, Willy Tarreau wrote:
> Hi Baptiste, > On Sat, Aug 06, 2011 at 09:24:08AM +0200, Baptiste wrote:
> > Right now I see no way to do that. We'd need to extract the url_param > from the Location header, this would be a new pattern. I think it's > not too hard to implement. We already have url_param for the request, > we could have hdr_url_param(header_name) or something like this. > > Regards, > Willy
but it would have to be a combo thing, right? - set up stick table entry on outgoing 302 with url_param "blah" in location header then check incoming requests for url_param "blah" and continue to stick those based on the entry created by the initial outgoing response. I don't know if you'd do that as 2 rules or one.
This would be a great and wondrous thing for cookie-less clients and decoupled servers - not to mention it may be a unique feature among existing load balancing products. Received on 2011/08/06 09:59
This archive was generated by hypermail 2.2.0 : 2011/08/06 10:15 CEST