关于[Adding host filtering to Kestrel in ASP.NET Core]的摘要:
Host filtering, restricting the hostnames that your app responds to, is recommended whenever you're running in production for security reasons. In this post, I describe how to add host filtering to an ASP.NET Core application.
原文地址: https://andrewlock.net/adding-host-filtering-to-kestrel-in-aspnetcore/