Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

LTM Policy - Is there a way to create policy with non Case Sensitive behaviour

Mahadev
Nimbostratus
Nimbostratus

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    

1 ACCEPTED SOLUTION

Hi Mahadev,

You can use the "Use case sensitive string comparison" in the condition options.

320108-1.jpg

View solution in original post

2 REPLIES 2

Hi Mahadev,

You can use the "Use case sensitive string comparison" in the condition options.

320108-1.jpg

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