09-25-2012 07:18 AM
Hi,
I am trying to configure an L7 class-map:
class-map type http loadbalance match-all ServiceXYZclassABC
4 match http cookie secondary html.setSelected cookie-value "html/business"
But the slash in the cookie-value is not matched when traffic goes through ACE.
Configuring regex . (=meaning any single character) did not help, the traffic is matched for any other characters except slash:
4 match http cookie secondary html.setSelected cookie-value "html.business"
Any ideas?
ACE30 with A4(1.0) software.
Thanks,
Lubomir
09-25-2012 10:41 AM
Hi Lubomir
Did you try like this:
class-map type http loadbalance match-all ServiceXYZclassABC
4 match http cookie secondary html.setSelected cookie-value "html%2fbusiness"
-------------------------
Cesar R
09-25-2012 11:50 PM
Hi Cesar,
yes, I tried that before starting this discussion, no luck.
Using percent encoding helped in cookie name, e.g. ACE accepts cookie named html.setSelected/services in format html.setSelected%2Fservices.
But this encoding does not work in cookie value.
Thank you,
L.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide