I'd like to be able to either serve geo-targeted content to my visitors. Cloudflare has the CF-IPCountry header that contains the necessary country location information I need. Any thoughts on how I can see this header data so that I can make use of it?
Just checked with the team. Indeed that info could be easily added to request headers we are creating for the API calls, so on the API side one could use that info to serve any adapted content. Sounds like a low hanging fruit, you are the first one to ask for it!