Cookie Setting with Prefetching Demos

This page demonstrates how different methods can trigger a request to `cookie.php`, potentially setting a cookie based on the `src` parameter.

1. Direct Link

Clicking this link will navigate to `cookie.php`

Go to cookie.php (src=direct)

2. Dynamic Prefetch via link prefetch

Clicking the button below will dynamically add a `<link rel="prefetch">` tag to the document head.

3. Speculation Rule (Automatic Prefetch)

A speculation rule has been added to this page's head. HOVER HERE to prefetch `cookie.php` (with `src=speculation`).