Asp.net – .NET 8 + Swashbuckle.AspNetCore: Rewrite URLs for "Try it out" tab, when running in a sub path
To allow us some simple, fast and accessible debugging and smoke testing of our services, we use the Swagger Web UI with the "Try it out" function. This works well for local development and gives fast feedback. These services are…