URL Anatomy
https://spy-notes-api.rk0.xyz:443/users/abc123/notes?page=1&limit=10
- Protocol: What communication method the server will use to talk to the client
- Domain Name: What physical(ish) server to talk to
- Port: What service on the physical(ish) server to talk to
- Path: What resource(s) on the server to interact with (not necessarily a file)
- Query: Other information about the request / resource(s)
6 / 27