How to Retrieve Client IP Address in .NET Core API behind Proxy(s)
In this blog, let's go through how we extract Client IP addresses within a .NET Core Web API.
Proxy servers, load balancers, and other network appliances often hide information about the request before it reaches the app:
When HTTPS requests are pro...
niravsoni.hashnode.dev4 min read