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
Best answer by ukrishna
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.
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.