0
narinder@urvin.finance created
-
ABP Framework version: 5.2.1
-
UI type: Blazor
-
DB provider: EF Core
I'm using microservices with Blazor Server. I'm getting issue with Audit Logs. The IP address is not local IP instead of inbound(Client IP Address)
3 Answer(s)
-
0
hi
You can try to override the
GetClientIpAddress
method. -
0
Hi. I Did that is there any thing else needs to be done.
also i am able to get client ip address insdide blazor app. but not in gateway. its always.::1. -
0