MVMahesh Velishalainweb-architecture.hashnode.dev·Feb 18, 2025 · 2 min readExploring Web Architecture: From URL Click to Page LoadStep-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...00