Skip to content

Commit f786a29

Browse files
Corrects URI with query string example (#26483)
1 parent a9856c3 commit f786a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/cache/how-to/cache-keys.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A default cache key includes:
1616
1. Full URL:
1717
* scheme - could be HTTP or HTTPS.
1818
* host - for example, `www.cloudflare.com`
19-
* URI with query string - for example, `/logo.jpg`
19+
* URI with query string - for example, `/logo.jpg?utm_source=newsletter`
2020
2. Origin header sent by client (for CORS support).
2121
3. `x-http-method-override`, `x-http-method`, and `x-method-override` headers.
2222
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

Comments
 (0)