| Component | Example | Description |
|---|---|---|
| Scheme (Protocol) | http |
Defines how data is transferred (e.g., http, https, ftp) |
| Host | localhost |
The domain or IP address where the resource lives |
| Port | 3000 |
The communication port (often 80 for HTTP, 443 for HTTPS) |
| Path | /api/v1/rcad/processar |
The exact location or route of the resource on the server |
| Query String | ?user=gilberto&mode=fast |
Extra parameters sent to the server |
| Fragment | #summary |
A reference to a section or element within the resource |
Last active
October 25, 2025 13:39
-
-
Save giljr/10fa23a580de3f38a2b829425e8dc00c to your computer and use it in GitHub Desktop.
🧠Understanding URL Components - https://medium.com/jungletronics/understanding-url-components-7366f8a5d68b
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment