Tag: 网络
All the articles with the tag "网络".
-
在 ASP.NET Core 中获取客户端 IP 地址:直连与代理转发完整处理
Published: at 11:41 PMHttpContext.Connection.RemoteIpAddress 才是正确的入口,而非 Request 对象。本文从扩展方法到内置中间件,一次性讲清楚直连与代理场景下的 IP 获取方式,并附完整 C# 代码。
All the articles with the tag "网络".
HttpContext.Connection.RemoteIpAddress 才是正确的入口,而非 Request 对象。本文从扩展方法到内置中间件,一次性讲清楚直连与代理场景下的 IP 获取方式,并附完整 C# 代码。