set-cookie tagged requests and articles

Categorized request examples and articles tagged with [set-cookie] keyword
HTTP Cookies
A cookie is a small piece of data sent from a website and stored on a user's computer by a web browser.

Response Header: Set-Cookie
The Set-Cookie HTTP response header sends cookies from the server to the user agent. A server sends a Set-Cookie header with the response when it receives an HTTP request.

Set-Cookie Header
The server sends cookies to the browser by adding the "Set-Cookie: cookie-name = cookie-value" HTTP header to the response. The browser saves cookies on the user's computer, and then sends them back to the server by adding the "Cookie: saved-cookie" header to the request.