Follow a URL to a server response
A URL like https://example.com/products?color=red is an address with parts. The browser reads the scheme https, the host example.com, the path /products, and the query color=red.
https://example.com/products?color=red
https
example.com
/products
color=red