Concept Flow - Resource identifiers in URLs
Client sends request
URL contains resource ID
Server extracts ID from URL
Server finds resource by ID
Server sends resource data back
Client receives specific resource
The client sends a request with a URL containing a resource ID; the server extracts this ID to find and return the specific resource.