How to get the correct Request.Url when behind a load balancer
When a web application is sitting behind either a proxy or a load balancer, and you use Request.Url by default you'll get the wrong Url. Let's see how to easily fix this issue.…
When a web application is sitting behind either a proxy or a load balancer, and you use Request.Url by default you'll get the wrong Url. Let's see how to easily fix this issue.…