Open satishbkodali opened 3 years ago
Currently excludeUrls is not supporting WildCards
excludeUrls: '/hello,/proxy_one'
It is exactly matching /hello or /proxy_one
Is there any way we can support wildcards like if the urls starting with /hello should skip the plugin Like all /hello/path or /hello/uri/path
@keyurkarnik
@keyurkarnik any update on this
Currently excludeUrls is not supporting WildCards
excludeUrls: '/hello,/proxy_one'
It is exactly matching /hello or /proxy_one
Is there any way we can support wildcards like if the urls starting with /hello should skip the plugin Like all /hello/path or /hello/uri/path
@keyurkarnik