google compute engine - Getting Orgin IP From Load Balancer -
is there way origin ip of user http load balancing w/ gcloud? using network load balancing, , needing move cross region balancer although need user's ip compliance , logging.
does pass in header or along lines?
thanks ~z
the documentation (https://cloud.google.com/compute/docs/load-balancing/http/) says it's first ip address of x-forwarded-for header.
x-forwarded-for: <client ip(s)>, <global forwarding rule external ip>
Comments
Post a Comment