Hello,
I need please to confirm the URL that will be matched in the below class. I understand rule number 2 below but I am not sure of rule number 3 which is matching the URL "/", I couldn't find explanation of this backslash alone without a dot or * after it, so appreciate your support please if anyone can help.
=========================
ACE1# sh run class Test_1
Generating configuration....
class-map type http loadbalance match-all Test_1
2 match http header Host header-value "xyz\.domain\.com"
3 match http url /
==========================
Thanks a lot.