---
title: Pass all requests
summary: Disable edge caching and skip the Fastly readthrough cache for every request, ensuring nothing is cached at the edge.
url: https://www.fastly.com/documentation/solutions/examples/pass-all-requests
---

Disable edge caching and skip the Fastly readthrough cache for every request, ensuring nothing is cached at the edge.

## VCL

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

## Compute

### Rust

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

### Javascript

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

### Go

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

