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

Top comments (0)