Hi how can we create custom match BT's that ignores the case sensitivity ?
I want to create a BT that matches both /page/velkommen.aspx and /Page/Velkommen.aspx
Best regards
Rasmus
Hi Rasmus,
Can you please try defining following rule options and let us know if that helps:
Custom rule-1:
=========
type: ASP.NET
under "Transaction Match criteria" tab:
URI (Matches regex) option:
precced regex with "?i" (without quotes) which makes the regex case insensitive.
=========
Custom rule-2:
=========
type: ASP.NET
under "Transaction Match criteria" tab:
URI (Is in List) option : "/page/velkommen.aspx, /Page/Velkommen.aspx" (without quotes)
=========
Thanks,
Arun
This information is in the AppDynamics Pro documentation: http://docs.appdynamics.com/display/PRO13S/Regular+Expressions+In+Match+Conditions