Cookie Vary Test
This page sets Vary: Cookie on every response. The page cache sees this header and emits a s-vary-cookie skip — it refuses to cache the response unless the matching rule explicitly opts in via varyOnCookies.
Check the response headers: Vary: Cookie is set by the route handle.
<p>Check the response headers: <code>Vary: Cookie</code> is set by the route handle.</p>
More demos