HTTP (Hyper Text Transfer Protocol) - a client-server application layer protocol, used to load web pages using hypertext links.
HTTP
A client machine makes a request to a server (usually from a website), which then sends a response message back to the client.
request
response
Default HTTP port is 80 and HTTPS port is 443.
80
HTTPS
443
Last updated 1 year ago