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
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