Skip to the content.

Things I want to know more about

Readings: CRUD

In your own words, describe what each group of status code represents:

  1. 100’s = informational
  2. 200’s = The request was fulfilled.
  3. 300’s = redirection
  4. 400’s = bad request
  5. 500’s = server error

http status codes

What is a status code 202?

What is a status code 308?

What code would you use if an update didn’t return data to a client?

What code would you use if a resource used to exist but no longer does?

What is the ‘Forbidden’ status code?