cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
401
Views
5
Helpful
2
Replies

HTTP Header Stickiness on Ace

dinoantonucci
Level 1
Level 1

Hi,

I need to implement HTTP Header Stickiness with this rule:

when client send a get to http://vip/?PSONWEBID=12345

Server answer at this get with

http://vip/?SESSION_ID=23123&PSONWEBID=12345

I need that ace read 6 character after this string "PSONWEBID=" in get http. Then all session with this parameter (12345) will be allocate to the same server.

Regards,

DA

2 Replies 2

ciscocsoc
Level 4
Level 4

Hi,

sticky http-content may achieve what you need. It all depends on the structure of the data and being able to identify the PSONWEBID value in the datastream.

HTH

Cathy

Hi,

thank's for answer. I try to analyse http packet to understand missing information.

thanks.

Dino