You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw one of your comments in #282 saying, it's on your todo task lists. would be glad to know the updates on it
Currently when I create a endpoint with path having "/abcd/[0-9]/" it throws error saying "path must only contain alphanumeric and '. -, _, ~, /' characters".
I realized after digging into resolver code that you are already doing regex based path matching using ngx.re.match function. I hope if you remove the alphanumeric condition in (dao/schemas/apis.lua), it should work straight away right?
The text was updated successfully, but these errors were encountered:
See #369. Support of multiple path and host will give support for regex a sense. We have not decided when to start working on it. The issue is to implement an easy to use prioritisation system between multiple paths, which is easy in text configuration in nginx, but no so much when dealing with a REST API.
I saw one of your comments in #282 saying, it's on your todo task lists. would be glad to know the updates on it
Currently when I create a endpoint with path having "/abcd/[0-9]/" it throws error saying "path must only contain alphanumeric and '. -, _, ~, /' characters".
I realized after digging into resolver code that you are already doing regex based path matching using ngx.re.match function. I hope if you remove the alphanumeric condition in (dao/schemas/apis.lua), it should work straight away right?
The text was updated successfully, but these errors were encountered: