I have a load balancer setup with Geo Steering to one server in the UK and another in Hong Kong. As my load balancers are proxied through Cloudflare, what is the best way to check whether my traffic is sent to the preferred origin based on my user’s location?
CF does not do this automatically. Best solution I see is for each origin to return a different header depending on where they are (which continent/country) or via a unique identifier for each one.