Skip to content

Commit e6a39f8

Browse files
Update src/content/docs/cache/how-to/purge-cache/purge-by-tags.mdx
1 parent 66533d2 commit e6a39f8

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 ASCII encoded characters.
43+
* The `Cache-Tag` HTTP header must only contain printable ASCII encoded characters.
4444
* Spaces are not allowed in cache-tags.
4545

4646
## Purge using cache-tags

0 commit comments

Comments
 (0)