What is a request — CCA-F Exam Prep

PencilPrepPencilPrep
L0.13|What is a request
1/12
This is you
A phone screen showing Google search bar with 'weather in Calgary' typed in. Below it, a translucent overlay reveals the hidden request: GET /search?q=weather+in+calgary HTTP/1.1, Host: google.com. The visible search vs. the invisible request.

You type "weather in Calgary" into Google.

You hit Enter. In that moment, your browser did something you didn't see. It composed a formal message -- a request -- and sent it to Google's server.

That message said: I'm looking for this specific thing. Here's exactly what I want. Here's the format I expect it in. Please respond.

Every search, every page load, every API call starts with a request. You've sent thousands today.