Ask the community

URL List being processed in case sensitive mode

Siva
Contributor

Hello, 

 

We configured a URL list to allow certain github repositories and noticing netskope is processing the list in case sensitive mode. Is this the default behavior? Can we have it process in case insensitive mode? 

 

eg: github.com/Azure vs github.com/azure

2 Solutions
ukrishna
Netskope
Netskope

Hi Siva,

URL list processes the input using 'Exact Match' by default. So, it does not have a case insensitive mode. If you would like to accommodate case insensitivity in URL lists, please use a Regex as it supports case insensitivity for URL lists.

 

You can refer this section of the Netskope Documentation to check how to create case insensitive RegEx for URL lists: https://docs.netskope.com/en/netskope-help/data-security/real-time-protection/custom-category/url-li...

 

View solution in original post

Siva
Contributor

Thanks @ukrishna . Changed the URL list to RegEx and prepended (?i) to each URL line to make it case insensitive.

View solution in original post

2 Replies 2
ukrishna
Netskope
Netskope

Hi Siva,

URL list processes the input using 'Exact Match' by default. So, it does not have a case insensitive mode. If you would like to accommodate case insensitivity in URL lists, please use a Regex as it supports case insensitivity for URL lists.

 

You can refer this section of the Netskope Documentation to check how to create case insensitive RegEx for URL lists: https://docs.netskope.com/en/netskope-help/data-security/real-time-protection/custom-category/url-li...

 

Siva
Contributor

Thanks @ukrishna . Changed the URL list to RegEx and prepended (?i) to each URL line to make it case insensitive.

Subscribe
Top Liked Authors
Labels

In order to view this content, you will need to sign in to your account. Simply click the "Sign In" button below

Sign In