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
.cookie SHA256 89bb23baa029...
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
.cookie SHA256 23f17e9752fc...
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
.cookie SHA256 99b235cfbe8d...
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
.cookie SHA256 61c05691311b...
143 B Download
Related Strategy Pages

Related Packs and Workflows

Related Packs

Session Debugging Fixture Pack

Bundle of real COOKIE, SESSION, and cURL fixtures for session restoration, cookie parsing, CSRF validation, and device-rotation debugging.

session_debugging_fixture_pack.zip · 3.0 KB

Signed Request Inspection Pack

Bundle of real JWT, COOKIE, HTTP, cURL, PEM, and CRT fixtures for signed-request verification, webhook signature inspection, and auth-request debugging.

signed_request_inspection_fixture_pack.zip · 6.5 KB

Related Workflows

Cookie and Session Debugging Fixtures

COOKIE, SESSION, and cURL fixtures for session restoration, cookie propagation, CSRF validation, and session-device debugging.

Open Workflow

Signed Request Verification Fixtures

JWT, COOKIE, HTTP, cURL, PEM, and CRT fixtures for signed-request verification, webhook signature debugging, and auth-request inspection.

Open Workflow