Particle41 interview question

Why HTTP Request is created on hitting a URL in Browser

Interview Answer

Anonymous

24 Apr 2018

The W3 standards made these protocols like that. Every time a URL is hit, it will resolve the domain and IP address and send the HTTP Request object to that address.