Hi: URI 1: http://xxxx:port/foo/bar/ URI 2: http://xxxx:port/foo/bar
The difference between these two URIs is whether they include "/" at the end. For API providers, they often represent a URI resource. How about adding a global option: before starting to match a route, delete the "/" character at the end of the URI. For example, URI 1 will be modified to http://xxxx:port/foo/bar after deleting. In other words, when this option is turned on, URI 1 and URI 2 are the same. -- *MembPhis* My GitHub: https://github.com/membphis Apache APISIX: https://github.com/apache/incubator-apisix
