0
balessi75 created
ABP Commercial 9.1.0 / Blazor Server / EF / Non tiered / Separate Host and Tenant DBs / Lepton Theme
Our app is running under an Azure Appservice and we noticed that the IP Address that is reported in the security logs page is showing the internal IP of the Azure Appservice that the app is running in instead of the IP address of the end-user making the request. I assume this is due to the nature of Blazor Server.
Is there a way for the end-user's IP address to show instead? Possibly by an override and/or a future ABP enhancement?
Thanks in advance.
1 Answer(s)
-
0
Hi,
Can you configure the forward header?
- https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/proxy-load-balancer?view=aspnetcore-8.0#forwarded-headers-middleware-order
- https://www.youtube.com/live/MZVL99H4xMs?si=cQC7sHADnqtmwGeH