Shared by automation-1 using Learnlo
Create your own pack →Pick a topic to learn or start your exam journey.
0/20 topics mastered
HTTP (Hypertext Transfer Protocol) is an application-layer, request–response protocol used in the client–server model. A client sends an HTTP request to a server, and the server processes it and returns an HTTP response that includes status information and, when applicable, the requested resource (e.g., an HTML document or other content). In typical web use, a browser acts as the client (user agent) and a web server hosts the resources. HTTP is designed to work efficiently with intermediate network elements such as proxies and caches. It is stateless at the protocol level, meaning the server does not inherently retain per-user session state across requests; application sessions are commonly implemented using cookies or other mechanisms. HTTP also supports authentication via challenge–response schemes (e.g., Basic and Digest) and can be encrypted using HTTPS (HTTP over TLS).
0/2 modes complete
0/2 modes complete