How can I do a virtual route/redirect based on the path given in ASP.NET VNEXT MVC6?
I have a website that exposes several APIs at different paths, each handled by a controller specific to a section of the application, like example.com/Api/Controller/Action?param1=stuff , where Controller changes, but Actions remain fairly consistent. I have several integrated devices that call these APIs. The issue is that these integrated devices cannot be changed easily, and the specific controller I want them to point to will need to change in the future. My plan is to use something like a virtual redirect, where all the devices would call a fixed URL like example.com/Api/VRedirect/