PreviousNext

Acquiring client originating IP address (with Akamai and CloudFlare support) in ASP.NET Core

by tpeczek, 2018-04-16T18:45:56.737Z

Sometimes you need to acquire client originating IP address in your web application. This post shows how this can be done in ASP.NET Core, taking into consideration running behind proxies (including Akamai and CloudFlare).

Read More