---
title: Create self-destructing URLs for time-limited access
summary: Make URLs expire after a configurable period.
url: https://www.fastly.com/documentation/solutions/examples/time-limited-url-tokens
---

Make URLs expire after a configurable period.

## VCL

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

## Compute

### Rust

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

### Javascript

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

### Go

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

