---
title: Support caching of OPTIONS requests
summary: Normally OPTIONS requests aren't cacheable. Allow caching of OPTIONS by converting the request to a GET and back to OPTIONS if it's a cache miss.
url: https://www.fastly.com/documentation/solutions/examples/support-caching-of-options-requests
---

Normally OPTIONS requests aren't cacheable. Allow caching of OPTIONS by converting the request to a GET and back to OPTIONS if it's a cache miss.

## VCL

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

