Cookie Debug Fixture Matrix
Pick COOKIE fixtures for request propagation, Set-Cookie parsing, cookie-jar inspection, and malformed attribute debugging.
4
Fixture Rows
3
How to Use This Matrix
Use the matrix when the validation target is a set of variants rather than one canonical sample.
How to Use This Matrix
Coverage
- Covers request cookies, Set-Cookie responses, cookie-jar exports, and invalid SameSite attributes.
- Useful for browser/session debugging and backend cookie parsing.
- Anchored to session-debugging and signed-request packs.
Fixture Rows
Available Variants
| Variant | Profile | Test Focus | File | Size | Download |
|---|---|---|---|---|---|
|
Request Cookie Header
Good baseline for replaying browser session cookies into app requests.
|
Incoming cookie header | Session propagation |
cookie_request_header_sample.cookie
|
91 B | Download |
|
Set-Cookie Response
Useful for response-header parsing of Secure, HttpOnly, SameSite, and Max-Age attributes.
|
Response cookie fixture | Attribute parsing |
cookie_set_cookie_response_sample.cookie
|
238 B | Download |
|
Cookie Jar Export
Targets Netscape cookie-jar handling in CLI and replay tooling.
|
CLI/browser export | Cookie-jar parsing |
cookie_cookiejar_export_sample.cookie
|
158 B | Download |
|
Invalid SameSite Cookie
Useful for negative-path checks around malformed SameSite and insecure cookie combinations.
|
Broken cookie fixture | Attribute validation failure |
cookie_invalid_samesite_sample.cookie
|
143 B | Download |
Related Strategy Pages