Skip to content

Instantly share code, notes, and snippets.

@uzbekdev1
Created October 17, 2021 20:23
Show Gist options
  • Save uzbekdev1/71743be2527bc2f263ab509ebb08d076 to your computer and use it in GitHub Desktop.
Save uzbekdev1/71743be2527bc2f263ab509ebb08d076 to your computer and use it in GitHub Desktop.
.net core client info
var ip = HttpContext.Connection.RemoteIpAddress.ToString();
var agent = HttpContext.Request.Headers["User-Agent"].ToString();
var url = HttpContext.Request.GetDisplayUrl();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment