---
title: Tag requests with geolocation data
summary: Add geolocation data about the client browser as extra headers in any requests from Fastly to your origin.
url: https://www.fastly.com/documentation/solutions/examples/decorating-origin-requests-with-geoip
---

Add geolocation data about the client browser as extra headers in any requests from Fastly to your origin.

## VCL

[Try it in Fastly Fiddle](https://fiddle.fastly.dev/761b3179)

## Compute

### Rust

[Try it in Fastly Fiddle](https://fiddle.fastly.dev/4e66bad3)

### Javascript

[Try it in Fastly Fiddle](https://fiddle.fastly.dev/825b0865)

### Go

[Try it in Fastly Fiddle](https://fiddle.fastly.dev/04c80e45)

