.cloudflareaccess.com response? My page is serving some assets from R2 custom domain and both of them are guarded by CF Access. Normally when I logged into my page (via zero trust) then content from R2 custom domain will automatically be authorized too. But now since my page has some requirements which needs COEP header to be require-corp, I cant automatically authorize access to R2 domain anymore but manually going to that R2 domain then verify because the .cloudflareaccess.com domain does not contain CORP headercf.colo.id it seemssubstring(cf.ray_id, 17) get you most of the way there?MIA for my location.substring(cf.ray_id, 17) in {"MIA" "EWR"}substring(cf.ray_id, 17) in {"MIA" "EWR"}curl "https://colo.cloudflare.chaika.me/?iataregion" | jq '.results | to_entries | map(select(.value == "wnam")) | map(.key) | map("\"" + . + "\"") | join(" ")' -r
curl "https://colo.cloudflare.chaika.me/?iataregion" | jq '.results | to_entries | map(select(.value == "enam")) | map(.key) | map("\"" + . + "\"") | join(" ")' -r
curl "https://colo.cloudflare.chaika.me/?iataregion" | jq '.results | to_entries | map(select(.value == "weur")) | map(.key) | map("\"" + . + "\"") | join(" ")' -r
curl "https://colo.cloudflare.chaika.me/?iataregion" | jq '.results | to_entries | map(select(.value == "eeur")) | map(.key) | map("\"" + . + "\"") | join(" ")' -r
curl "https://colo.cloudflare.chaika.me/?iataregion" | jq '.results | to_entries | map(select(.value == "apac")) | map(.key) | map("\"" + . + "\"") | join(" ")' -r