Skip to content

Commit d61d895

Browse files
committed
Corrects encoding
1 parent 28a0806 commit d61d895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ 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 ASCII encoded characters.
4444
* Spaces are not allowed in cache-tags.
4545
* Case does not matter. For example, `Tag1` and `tag1` are considered the same.
4646

0 commit comments

Comments
 (0)