I am trying to configure an IIS hosted DotNet WebAPI with Swaschbuckle behind an Apache Reverse Proxy.
Desired public urls should look something like:
Target urls look like:
Notice that I am trying to remove the /api part. Is there any way I can make Swashbuckle know about this redirection?