Learn free online HTML5, javascript, and jquery Tutorials by Examples

Monday, 13 September 2021

HTTP Response Status Codes Full List

HTTP RESPONSE STATUS CODES FULL LIST

There are 5 types of status codes

Informational Responses → 100 - 199
Successful Responses → 200 - 299
Redirect Responses → 300 - 399
Client Errors → 400 - 499
Server Errors → 500 - 599



Informational Responses
101 Switching protocols → 100
Continue → 101
102 Processing → 102
103 Early Hints → 103



Successful Response
Ok → 200
Created → 201
Accepted → 202
Non-Authoritative Information → 203
No Content → 204
Reset Content → 205
206 Partial Content → 206
207 Multi-Status → 207
208 Already Reported → 208
226 Im Used → 226



Successful Response
Multiple Choices → 300
Moved Permanently → 301
Found → 302
See Other → 303
Not Modified → 304
Use Proxy → 305
Switch Proxy → 306
Temporary Redirect → 307
Pertmanent Redirect → 308



Client Errors
Bad Request → 400
Unauthorized → 401
Payment Required → 402
Forbidden → 403
Not Found → 404
Method Not Allowed → 405
Not Acceptable → 406
Proxy Autentication Required → 407
Request Timeout → 408
Conflict → 409
Gone → 410
Length Required → 411
Precondition Failed → 412
Payload Too Large → 413
Uri Too Long → 414
Unsupported Media Type → 415
Range Not Satisfiable → 416
Expectation Failed → 417
I'm A Teapot → 418
Misdirectd Request → 421
Unprocessable Entity → 422
Locked → 423
Failed Dependency → 424
Too Early → 425
Upgrade Required → 426
Precondition Required → 428
Too Many Requests → 429
Request Header Fields Too Large → 431
Unavailable For Large Reasons → 451



Server Errors
Internal Server Error → 500
Not Implemented → 501
Bad Gateway → 502
Service Unavailable → 503
Gateway Timeout → 504
Http Version Not Supported → 505
Variant also Negotiates → 506
Insufficient Storage → 507
Loop Detected → 508
Not Extended → 510
Network Authentication Required → 511

No comments:

Post a Comment