Skip to content

Commit

Permalink
[Cache] Corrects encoding (#18073)
Browse files Browse the repository at this point in the history
* Corrects encoding

* Correction after review.

* Update src/content/docs/cache/how-to/purge-cache/purge-by-tags.mdx
  • Loading branch information
angelampcosta authored Nov 8, 2024
1 parent a662d1c commit 5e98f2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ When your content reaches our edge network, Cloudflare:
* For cache purges, the maximum length of a cache-tag in an API call is 1,024 characters.
* The `Cache-Tag` HTTP header must only contain UTF-8 encoded characters.
* Spaces are not allowed in cache-tags.
* Case does not matter. For example, `Tag1` and `tag1` are considered the same.
* Case is not sensitive. For example, `Tag1` and `tag1` are considered the same. Note that case insensitivity applies only for ASCII characters.

## Purge using cache-tags

Expand Down

0 comments on commit 5e98f2a

Please sign in to comment.