Web Development

HTTP Status Codes

HTTP has many status codes and in general is divided into 5 categories: 1xx - informational 2xx - request successful 3xx - redirect 4xx - request error from the client side (i.e., invalid parameter) 5xx - request error from the server/network side which is outside of the client…