Web
8 terms in this category.
Cookie
A small piece of data a website stores in your browser to remember state between requests.
Cross-Origin (CORS)
The browser rule that stops scripts on one site from reading data from another site without permission.
DNS
The internet's phone book: it translates human-readable domain names into IP addresses.
HTTP/3
The latest version of HTTP, built on QUIC over UDP, designed for lower latency and better mobile behaviour.
Referer Header
The header that tells a site which page you were on before clicking through.
SameSite Cookies
A cookie attribute that controls whether the cookie is sent on cross-site requests.
Service Worker
A background script that lets a site intercept network requests, cache responses and work offline.
Session Cookie
A cookie that lasts only until you close the browser, used to keep you signed in within a single visit.

Add to Chrome