An open API service indexing awesome lists of open source software.

https://github.com/damienbod/clientipaspnetcoreiis

ASP.NET Core Middleware
https://github.com/damienbod/clientipaspnetcoreiis

aspnet-core middleware remote-ip safe-list security

Last synced: 4 months ago
JSON representation

ASP.NET Core Middleware

Awesome Lists containing this project

README

          

# Implementing a Client White-list using ASP.NET Core Middleware

https://damienbod.com/2016/12/18/implementing-a-client-white-list-using-asp-net-core-middleware/

## History

2020-03-09 Update .NET Core 3.1

2018-08-30 Added support for IP6

## Links

https://docs.microsoft.com/en-us/dotnet/framework/network-programming/ipv6-addressing

https://docs.microsoft.com/en-us/dotnet/framework/network-programming/internet-protocol-version-6

https://docs.microsoft.com/en-us/previous-versions/dotnet/netframework-3.0/ms180981(v=vs.85)