asp.net core 3
Articles tagged with asp.net core 3.
Sort by
Get IP Address in ASP.NET Core 3.x
more_vert
visibility
3013
thumb_up
1
access_time
5 months ago
This page summarize information about how to retrieve client and server IP address in ASP.NET core applications. Client IP address can be retrieved via HttpContext.Connection object. This properties exist in both Razor page model and ASP.NET MVC controller. Property RemoteIpAddress ...
Sign-in with Google Error - {"error": "invalid_client", "error_description": "Unauthorized" }
more_vert
visibility
233
thumb_up
0
access_time
8 months ago
Sign-in with social accounts like Google, Microsoft, Twitter and Facebook accounts are very commonly used in websites to allow website users to logon easily without registering an separate account. During the implementation of Kontext Google sign-in function, I encountered an error: Exception ...