issues
search
heehehe
/
web-develop-snippet
웹 개발 관련 기록
0
stars
0
forks
source link
[http] status code
#7
Open
heehehe
opened
1 year ago
heehehe
commented
1 year ago
1xx : information responses
100 : Continue
101 : Switching Protocol
102 : Processing
2xx : successful responses
200 : OK
201 : Created
202 : Accepted
203 : Non-Authoritative Information
204 : No Content
205 : Reset Content
206 : Partial Content
207 : Multi-Status
208 : Already Reported
226 : IM Used
3xx : redirection messages
300 : Multiple Choice
301 : Moved Permanently
302 : Found
303 : See Other
304 : Not Modified
305 : Use Proxy
306 : Unused
307 : Temporary Redirect
308 : Permanent Redirect
4xx : 클라이언트 오류
400 : Bad Request
401 : Unauthorized
402 : Payment Required
403 : Forbidden
404 : Not Found
405 : Method Not Allowed
406 : Not Acceptable
407 : Proxy Authentication Required
408 : Request Timeout
409 : Conflict
410 : Gone
5xx : 서버 오류
500 : Internal Server Error
501 : Not Implemented
502 : Bad Gateway
503 : Service Unavailable
504 : Gateway Timeout
505 : HTTP Version Not Supported
506 : Variant Also Negotiates
507 : Insufficient Storage
508 : Loop Detected
510 : Not Extended
511 : Network Authentication Required
참고 :
https://www.whatap.io/ko/blog/40/