Skip to content

Commit 1a0eb38

Browse files
[Cache] Updates encoding (#18150)
* Updates encoding * Update src/content/docs/cache/how-to/purge-cache/purge-by-tags.mdx * Update src/content/docs/cache/how-to/purge-cache/purge-by-tags.mdx * Update src/content/docs/cache/how-to/purge-cache/purge-by-tags.mdx
1 parent 44f71d2 commit 1a0eb38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/cache/how-to/purge-cache/purge-by-tags.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ When your content reaches our edge network, Cloudflare:
4040
* The minimum length of a cache-tag is one byte.
4141
* Individual tags do not have a maximum length, but the aggregate `Cache-Tag` HTTP header cannot exceed 16 KB after the header field name, which is approximately 1,000 unique tags. Length includes whitespace and commas but does not include the header field name.
4242
* For cache purges, the maximum length of a cache-tag in an API call is 1,024 characters.
43-
* The `Cache-Tag` HTTP header must only contain UTF-8 encoded characters.
43+
* The `Cache-Tag` HTTP header must only contain printable ASCII encoded characters.
4444
* Spaces are not allowed in cache-tags.
45-
* Case is not sensitive. For example, `Tag1` and `tag1` are considered the same. Note that case insensitivity applies only for ASCII characters.
45+
* Case is not sensitive. For example, `Tag1` and `tag1` are considered the same.
4646

4747
## Purge using cache-tags
4848

0 commit comments

Comments
 (0)