Session cookie: send Cookie: sessionid=<value> (or site-specific session cookie) on authenticated endpoints.
Cookie: sessionid=<value>
CSRF protection: for unsafe methods (POST/PUT/PATCH/DELETE) include X-CSRFToken with the token issued by the site.
X-CSRFToken
Last updated 2 months ago
Was this helpful?