🖥️A backend is a computer that manages the data of a website.
🌐HTTP is used to send messages between the front end and the backend.
🔀Different URL paths result in different responses from the backend.
❌If a URL path is not supported, the backend will respond with an error.
📘Some backends provide documentation to list supported URL paths and their responses.