Check the url by name and direct it to a specific route? #2542
-
I have some end points, I need to check if they contain the word "Sales" and redirect them to the server that will process them! localhost:5001//api/v1/SalesPayment A way to do it via middleware or another way, so I don't have to declare route by route because I have several end points, I wanted to process different servers. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
https://microsoft.github.io/reverse-proxy/articles/config-files.html#routes
|
Beta Was this translation helpful? Give feedback.
https://microsoft.github.io/reverse-proxy/articles/config-files.html#routes