Skip to content
← Back to Changelog

Wednesday, August 3rd 2022

Enhanced geolocation information for Vercel Functions

Posted by

Avatar for matheus

Matheus Fernandes

Principal Engineer

Avatar for lucleray

Luc Leray

Engineering Manager

Requests received by Serverless and Edge Functions are now enriched with headers containing information about the timezone of the visitor:

As an example, a request from Tokyo is now enriched with the following headers:

X-Vercel-IP-Latitude: 37.7749
X-Vercel-IP-Longitude: -122.4194

X-Vercel-IP-Timezone: Japan

This header is now automatically activated for all new and existing Vercel Functions for all plans — no code or configuration change needed.

Check out the documentation as well.

Post