Exploring Web Architecture: From URL Click to Page Load
Step-by-Step Process of What Happens When You Click on a URL
1. URL Parsing
When you click on a link (URL), the first thing your browser does is parse the URL. It checks for the protocol (HTTP, HTTPS, FTP, etc.) and identifies the domain name and the...
web-architecture.hashnode.dev2 min read