Status Codes Based On REST Methods
Build A REST API With Node.js, Express, & MongoDB - Quick - First 20 minutes
In your own words, describe what each group of status code represents: -
100’s = informational status codes, tells the client that the header part of the request has been recieved and the server will try to comply with a transmission of the clent
200’s = success codes, the request was accepted
300’s = redirection codes, the resource that is being requested isnt available at the expected location anymore
400’s = when the user gives bad data, something is wrong with the user's data
500’s = server error codes, problems with overwhelmed servers or unreachable servers behind proxies
What is the ‘Forbidden’ status code? - 403 Forbidden