From URL to Webpage: DNS, Networking, and Browser Internals
This is what a normal HTTP request looks like - https://www.google.com/api/search?q=home. Where,
https - Scheme used to tell the browser which protocol to use while connecting
www.google.com - Domain to which we want to connect to
/api/search - pa...
ayroid.hashnode.dev4 min read