You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cache/how-to/purge-cache/purge-by-tags.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ When your content reaches our edge network, Cloudflare:
40
40
* The minimum length of a cache-tag is one byte.
41
41
* 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.
42
42
* 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.
44
44
* Spaces are not allowed in cache-tags.
45
45
* Case does not matter. For example, `Tag1` and `tag1` are considered the same.
0 commit comments