21-Aug-2023 00:04
Recently I come across a situation in LTM Policy. When a policy is created in ltm with URI contails rule to achieve forward pool it exactly looking for the URI including case. In my case I have hundreds of URI with out exact casing details.
When i create iRule for the same pupose it is working irrelevent of case sensitive. Is there a way to acheive this in
Solved! Go to Solution.
21-Aug-2023 03:56
Hi Mahadev,
You can use the "Use case sensitive string comparison" in the condition options.
21-Aug-2023 03:56
Hi Mahadev,
You can use the "Use case sensitive string comparison" in the condition options.
21-Aug-2023 06:45
Hi Enes_Afsin_AI,
Thanks for your response. My requirement is vise-versa, the string I am calling in policy is "/servicerequest/" (Since I dont know the exact URL of Application) whereas in application server actual URL path contains "/ServiceRequest/". By default "Use case sensitive string comparison" is unchecked in LTM. But still policy is not matching when user is accessing the application with higher case in this case ://abc.com/ServiceRequest/login.jsp