Concept Flow - 400 Bad Request
Client sends HTTP request
Server receives request
Server checks request syntax
Process request
Send response
End
The server checks the client's request. If the request is malformed or invalid, it responds with 400 Bad Request and stops processing.