1/8
Essential vocabulary terms from the lecture regarding HTTP protocols, session management, and status codes.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
HTTP
A protocol used to transfer web pages between clients and servers.
HTTPS
The secure version of HTTP that encrypts communication.
Stateless Protocol
A protocol where each request is treated independently without remembering previous requests.
Session
A mechanism that allows a website to remember a user's activity across multiple requests.
Cookie
Small data stored in the browser to maintain sessions or preferences.
Token
A value used to authenticate and identify a user between requests.
GET
The HTTP method used to retrieve resources from a web server.
HTTP Status Code
A code returned by a server indicating the result of a request.
200 OK
An HTTP status indicating the request was successful.