theonlychase
11/4/2019 - 7:14 PM

What is HTTP?

What is HTTP?

  1. Hyper Text Transfer Protocol
  2. Communication between web servers and clients
  3. HTTP Requests / Responses
  4. Includes Header and Body

Important Status Codes

  1. 1.xx - Informational
  2. 2.xx - Success
  3. 200 - Success
  4. 201 - Created
  5. 204 - No Content
  6. 3.xx - Redirection
  7. 304 - Not Modified
  8. 4.xx Client Error
  9. 400 - Bad Request
  10. 401 - Unauthorized
  11. 404 - Not Found
  12. 5.xx - Server Error
  13. 500 - Internal Server Error

HTTP Methods

  1. GET
  2. POST
  3. PUT
  4. DELETE