What is a request? The message behind every tap

Lesson 3 of the journey of a tap: what's actually inside the little message your phone sends, and the answer that comes back.

Aliteq
Sam Ortega · Build Editor

You now understand

A request is a message: method, address, headers, body

You now understand

A response comes back with a status code (2xx fine, 4xx your mistake, 5xx theirs)

You now understand

Buttons aren't the only way to send a request, so the server must check every one

What this means for your app

Anything your buttons can do, a script can do without the buttons, as fast as it likes. So every request must be checked on the server: is this person logged in, are they allowed, and have they done…

Aliteq

Read the full story

What is a request? The message behind every tap

Read the full story on Aliteq