HTTP Headers and Cookies

Use HTTP headers and cookies to communicate application connection information or override the default security configuration of the domain.

Headers

Cookies

Cookies are returned by servers in the HTTP response header (Set-Cookie header) and included by the HTTP client (for example, a browser) in the subsequent HTTP request header (cookie header).