apigee-internal / microgateway

Microgateway: A lightweight Node.js based API gateway
Other
71 stars 77 forks source link

excludeUrls to support wildCard urls #335

Open satishbkodali opened 3 years ago

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

satishbkodali commented 2 years ago

@keyurkarnik any update on this