---
title: Change request method
summary: Change PUT, DELETE, OPTIONS and others to POST, or vice versa, to help integrate incompatible client and server apps.
url: https://www.fastly.com/documentation/solutions/examples/change-request-method
---

Change PUT, DELETE, OPTIONS and others to POST, or vice versa, to help integrate incompatible client and server apps.

## VCL

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

## Compute

### Rust

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

### Javascript

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

### Go

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

