How to read Client IP Address in Dot Net Core 3.1?
Loading
How to read Client IP Address in Dot Net Core 3.1?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Md SarfarajPosted Aug 13, 2021, 7:23 AM
Md SarfarajPosted Aug 13, 2021, 7:22 AM
var remoteIpAddress = request.HttpContext.Connection.RemoteIpAddress;