DEV Community

Cover image for 4 steps are involved in a typical HTTP request
Shan Shah
Shan Shah

Posted on

4 steps are involved in a typical HTTP request

4 steps are involved in a typical HTTP request:

🚀 Browser (Client) sends a request to the server

💥 Server processes that request

💪 Then, if the database is involved, server process the requested data

🧠 In the last step, the server responds back to the client

typical HTTP request

Top comments (0)