Concept Flow - 404 Not Found
Client sends HTTP request
Server receives request
Check if resource exists
Return resource
Client receives response
The client sends a request; the server checks if the resource exists. If not, it returns a 404 Not Found response.