---
title: Add, remove or change HTTP headers
summary: Fastly can easily read and write HTTP headers at multiple stages of the request/response cycle.
url: https://www.fastly.com/documentation/solutions/examples/add-remove-or-change-http-headers
---

Fastly can easily read and write HTTP headers at multiple stages of the request/response cycle.

## VCL

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

## Compute

### Rust

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

### Javascript

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

### Go

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

