can OAM policies be created an case in-sensitive ?
Hi,
Below is the scenario.
1. I am integrating a .Net application. ( .Net urls are case in-sensitive).
2. that means for the application /Admin/main.aspx is same as /admin/Main.aspx. And we can have multiple other combination with change in letter case
3. I can t use wild card pattern in the app, because app has only 2 secure pages and many public pages. So I had opted for disabling "Deny on Not protected" so policy mgmt can be simple (this avoids creating large no of public resources).
So, is it possible to configure OAM policies as case- insensitive at a webgate level?