1.

What are the written status codes for REST API?

Answer»

REST API generally RETURNS the FOLLOWING status codes in HTTP response:

  • 200 OK
  • 201 Created
  • 202 Accepted
  • 302 Found
  • 400 BAD Request
  • 401 Unauthorized 
  • 404 Not Found
  • 405 Method Not Allowed
  • 409 Conflict
  • 500 Internal Server ERROR


Discussion

No Comment Found