Is it possible to determine approximate location of a proxy server? Not the client’s location, as it might not be available, and Cloudflare selects the closest proxy based on network latency
Hello, you can use Cloudflare’s HTTP CF-RAY header to identify the data center that served a request. This header contains a code representing the data center. For example, if the CF-RAY header begins with “6c19f2f9edd5e371-LHR”, it means the request was served by the London data center. Keep in mind that while this can provide the location of the data center, it doesn’t reveal the exact location of the user or the client making the request.
1 Like
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.