We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9856c3 commit f786a29Copy full SHA for f786a29
src/content/docs/cache/how-to/cache-keys.mdx
@@ -16,7 +16,7 @@ A default cache key includes:
16
1. Full URL:
17
* scheme - could be HTTP or HTTPS.
18
* host - for example, `www.cloudflare.com`
19
- * URI with query string - for example, `/logo.jpg`
+ * URI with query string - for example, `/logo.jpg?utm_source=newsletter`
20
2. Origin header sent by client (for CORS support).
21
3. `x-http-method-override`, `x-http-method`, and `x-method-override` headers.
22
4. `x-forwarded-host`, `x-host`, `x-forwarded-scheme` (unless http or https), `x-original-url`, `x-rewrite-url`, and `forwarded` headers.
0 commit comments