Forward client IP from ASP.NET Web API to .NET Core API hosted in Azure
I have an Angular app that makes requests to a .NET 4.6.2 Web MVC Controller and the code inside the controller makes a requests with a HttpClient to a .NET Core 3.1 API. All apps is hosted in Azure.