HTTP response status codes indicate whether a specific HTTP request has been successfully completed. Responses are grouped in five classes:

Status CodeWhat it is forExample status codeExample code meaning
1xxInformational100100 = Continue
2xxSuccess200200 = OK
3xxRedirection307307 = Temporary Redirect
4xxClient Error404404 = Not Found
5xxServer Error500500 = Internal Server Error