Cookie
Every cookie the browser holds for this origin, on every request. The reason cookie bloat slows sites.
request header
Example
Cookie: session=abc123; theme=dark
- What it does
- Every cookie the browser holds for this origin, on every request. The reason cookie bloat slows sites.
Works with