ASP.NET Core's URL Rewrite Middleware behind a load balancer
The Problem My deployment architecture of choice (and the one I used for the Treeloop website), is an ASP.NET Core application in a Docker container deployed to a cluster of Linux instances, behind a load balancer. All of this happens with the help of the Amazon EC2 AWS Container…