Skip to content

Commit ce78f9b

Browse files
committed
Correction after review.
1 parent d61d895 commit ce78f9b

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 ASCII encoded characters.
43+
* The `Cache-Tag` HTTP header must only contain UTF-8 encoded characters.
4444
* Spaces are not allowed in cache-tags.
45-
* Case does not matter. For example, `Tag1` and `tag1` are considered the same.
45+
* Case is not sensitive. For example, `Tag1` and `tag1` are considered the same. Not that case insensitivity applies only for ASCII characters.
4646

4747
## Purge using cache-tags
4848

0 commit comments

Comments
 (0)