Get the destination routes for an specific path programmatically #550
-
Is it possible to get the destination routes for an specific path programmatically? For example, in my configuration I have defined 1 route with 3 destinations: Route: "/test/{**catchall}" Proxying to the routes is working fine. http://localhost:1860/test/abcd?xyz=123 http://localhost:1860/test2/abcd?xyz=123 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
When do you want to do this check?
What do you plan on doing with that list of destinations? |
Beta Was this translation helpful? Give feedback.
When do you want to do this check?
What do you plan on doing with that list of destinations?