I'm Using google cloud to serve my application.
When i add a load balancer in front of my app, the load balancer ip is appended to the "x-forwarded-for" header (alongside the user's host ip) in the each session request to the server.
My question is how can i configure the load balancer not to append his ip on each user request?
Attaching the load balancer settings in google cloud, i can't see any advanced configurations here: