Hello,
I am trying to figure out a way to test geolocation capabilities from Vercel.
While integrating the functionality is relatively easy, I have not figured out a way to validate what gets displayed, depending on the user’s geolocation.
Is there any way to actually override the values from x-vercel-ip-country and x-vercel-ip-country-region headers.
Tried already via middleware, or making use of a VPN, but somehow they always reflect my actual physical location, this makes testing impossible, as the only alternative seems to mock the values and hope for the best when deploying into production.
Regards and thanks in advance,
Paulo