Cookie Debug Fixture Matrix

Pick COOKIE fixtures for request propagation, Set-Cookie parsing, cookie-jar inspection, and malformed attribute debugging.

How to Use This Matrix

  • 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.

Open Primary Library

This matrix is anchored to the COOKIE library page and its manifest.

Fixture Rows

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 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