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

Popular posts from this blog

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

json - Gson().fromJson(jsonResult, Myobject.class) return values in 0's -