Common HTTP Status Codes Explained
Common HTTP Status Codes Explained
srikanth tekmudi
@srikanth tekmudi
1XX: Informational
100 → Continue
srikanth tekmudi
@srikanth tekmudi
2XX: Successful
This means that the request was successful and has been
received, processed, and responded to.
200 → OK
201 → Created
202 → Accepted
204 → No Content
207 → Multi-Status
226 → IM Used
srikanth tekmudi
@srikanth tekmudi
3XX: Redirection
302 → Found
srikanth tekmudi
@srikanth tekmudi
4XX: Client Error
401 → Unauthorized
403 → Forbidden
409 → Conflict
410 → Gone
srikanth tekmudi
@srikanth tekmudi
5XX: Server Error
srikanth tekmudi
@srikanth tekmudi