Fastly Bulk Redirects

An edge-powered redirect engine built on Fastly Compute and Config Store. Zero origin, sub-millisecond redirects at the edge.

How it works

Incoming request paths are looked up in a Config Store — Fastly's globally distributed key-value store. Each entry maps a source path to a status:destination pair (e.g. 301:https://fastly.com/blog). The Compute service reads the entry, extracts the HTTP status code and target URL, and returns an instant redirect — all at the edge, with no origin round-trip.

Try the redirects

/promo 302

→ fastly.com

Promo (temporary)

/old-blog 301

→ fastly.com/blog

Old Blog (permanent)

/legacy/about-us 301

→ fastly.com/about

Legacy About Us

/docs/v1 301

→ docs.fastly.com

Docs v1 → v2

/careers 301

→ fastly.com/about/careers

Careers

/sale 302

→ fastly.com/products/compute

Compute Platform