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/reference/etag-headers.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ When you enable **Respect Strong ETags** in a cache rule, Cloudflare will use st
30
30
However, in some situations Cloudflare will convert strong ETags to weak ETags. For example, given the following conditions:
31
31
32
32
***Respect Strong ETags** is enabled
33
-
*[Compression](/speed/optimization/content/compression/) is enabled
33
+
*[Brotli compression](/speed/optimization/content/compression/) is enabled
34
34
* The origin server's response includes an `etag: "foobar"` strong ETag header
35
35
36
36
The Cloudflare network will take the following actions, depending on the visitor's `accept-encoding` header and the compression used in the origin server's response:
@@ -60,7 +60,7 @@ When **Respect Strong ETags** is disabled, Cloudflare will preserve strong ETag
60
60
In all other situations, Cloudflare will either convert strong ETag headers to weak ETag headers or remove the strong ETag. For example, given the following conditions:
61
61
62
62
***Respect Strong ETags** is disabled
63
-
*[Compression](/speed/optimization/content/compression/) is enabled
63
+
*[Brotli compression](/speed/optimization/content/compression/) is enabled
64
64
* The origin server's response includes an `etag: "foobar"` strong ETag header
65
65
66
66
The Cloudflare network will take the following actions, depending on the visitor's `accept-encoding` header and the compression used in the origin server's response:
0 commit comments