Fixturematrix voor cookiedebugging
Kies cookiefixtures voor sessieherstel, CSRF, loginstatus en validatie van browser-state.
4
Fixture-rijen
3
Hoe je deze matrix gebruikt
Use the matrix when the validation target is a set of variants rather than one canonical sample.
Hoe je deze matrix gebruikt
Coverage
- Dekt cookievarianten voor accounts, checkout en device-rotatie.
- Nuttig voor webauth, sessiedebugging en stateful flows.
- Ondersteund door packs voor sessiedebugging en signed requests.
Fixture-rijen
Available Variants
| Variant | Profile | Testfocus | 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 |
Gerelateerde strategische pagina's