In Azure Application Insights how do I unmask client IP address
I noticed all the exception loggings in the 'Failures' come client Ip zeroed. How do I turn this one or unmask so the client IP is visible on every logging?
I noticed all the exception loggings in the 'Failures' come client Ip zeroed. How do I turn this one or unmask so the client IP is visible on every logging?
I want to know client_real_ip But always return 172.0.0.1 or My laptop_ip How to solve ?? OS : m1 mac --network host is not working Here is my case Client_ip : 111.111.1.1 MyLaptop_ip : 222.222.2.2 Docker_container_server_ip : 172.0.0.1 The client…