iinoue_38219
Aug 29, 2011Nimbostratus
Universal Persistence for URI String
I am a newbie of iRules. My system is BIG-IP 10.2.1.
I would like to loadbalance across two virtual-servers based on URI string.
First, a server reply HTTP_RESPONSE with "ticket=123...." in Location header.
Next, a client sends HTTP_REQUEST with "ticket=123...." in Request URI to another virtual-server (but pool member is same) .
The "ticket=123...." is persistence key which is unique across the two virtual-servers sessions.
Those two sessions must be loadbalanced to the same servers.
Does anyone have similar environment with me?
Or can provide me any iRule sample to do this?
Thanks