The value returns from the cf-ipcountry is not correct
What steps have you taken to resolve the issue?
I have this code that used to work, but now it doesn’t because it returns Colombia and Santa Marta as the city which is false.
countryCode = context.Request.Headers[“cf-ipcountry”];
city = context.Request.Headers[“cf-ipcity”];
Is this a known issue? It used to work fine until now.
I already checked it and I get the correct address, but I think somewhere between maxmind to Cloudflare something went wrong. Is it possible for someone to check if he gets using Cloudflare the correct address?