Long story short: You can use X-Forwarded-For request header to find and log the IP address of the client. This field is not logged in IIS by default so that you need to manually add it. Steps to log actual client IP address You can use custom logging to add X...
If your users jump through proxies and load balancers before accessing to your web application, the IP field in IIS logs may show the IP address of a network device instead of client’s IP address. In... Logging” \n Click “Select Fields“ \n In “W3C...
controller: config: compute-full-forwarded-for: "true" use-forwarded-headers: "true" service: externalTrafficPolicy: Local The proxied requests will contain two X-Forwarded-Proto headers. Here is an excerpt from the generated /etc/nginx/nginx.conf file: proxy_set_header X-Forwarded-For $full...