Cookies
Rostyman automatically manages cookies for your requests — no manual configuration needed.
Automatic Cookie Handling
When a server responds with Set-Cookie headers, Rostyman stores those cookies and sends them with subsequent requests to matching domains. This means authentication flows, session management, and CSRF tokens work out of the box.
Cookies Sub-Tab
Each request tab includes a Cookies sub-tab that shows all cookies matching the request's URL. This lets you verify which cookies will be sent before executing the request.
The sub-tab displays:
- Cookie name and value
- Domain and path
- Expiration
- Secure and HttpOnly flags
Managing Cookies
For full cookie management — adding, editing, deleting cookies, and viewing cookies across all domains — use the dedicated Cookie Manager tab.
See Cookie Manager for complete details.