When I inspect Request.UserHostAddress or Request.UserHostName in my controller method, they both have value of ::1. Any ideas why?
When I inspect Request.UserHostAddress or Request.UserHostName in my controller method, they both have value
Share
That’s the IPv6 localhost address. (equivalent to
127.0.0.1)