reading-notes

Todd Wolden

View on GitHub

301 Class Twelve Reading Notes “CRUD”

Questions

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

  1. What is a status code 202? create action accepted
  2. What is a status code 308? Perminent redirect
  3. What code would you use if an update didn’t return data to a client? 204
  4. What code would you use if a resource used to exist but no longer does? 410
  5. What is the ‘Forbidden’ status code? client has authorized or doesn’t need to authorize itself, but still has no permissions to access the resource

Resources

Return to the Table of Contents

Table of Contents