"HTTP 상태 코드"의 두 판 사이의 차이

42번째 줄: 42번째 줄:
*http://support.google.com/webmasters/bin/answer.py?hl=ko&answer=40132
*http://support.google.com/webmasters/bin/answer.py?hl=ko&answer=40132
*https://developer.mozilla.org/en-US/docs/Web/HTTP/Response_codes
*https://developer.mozilla.org/en-US/docs/Web/HTTP/Response_codes
*http://www.restapitutorial.com/httpstatuscodes.html


[[분류: HTTP]]
[[분류: HTTP]]
[[분류: 코드]]
[[분류: 코드]]

2015년 8월 18일 (화) 12:28 판

HTTP status codes, HTTP response codes, HTTP code
HTTP 상태 코드, HTTP 스테이터스 코드, HTTP 응답 코드, HTTP 오류 코드; HTTP 코드

1 1xx 정보

  • 100: Continue → 계속
  • 101: Switching Protocols → 프로토콜 전환

2 2xx 성공

  • 200: OK → 오류없이 전송 성공 ★★★
  • 204: No Content → 문서에 내용이 없음

3 3xx 리다이렉트

  • 301: Moved Permanently → 영구 이동됨[1]

4 4xx 클라이언트 오류

  • 401: Unauthorized. 권한 없음
  • 403: Forbidden. 접근금지(권한 없음) ★
  • 404: Not Found. 요청한 페이지가 없음 ★★★
  • 408: Request Timeout
  • 415 Unsupported Media Type

5 5xx 서버 오류

  • 500: Internal Server Error → 서버 내부 오류
  • 503: Service Unavailable → 서비스 사용불가[2]

6 같이 보기

7 주석

  1. 도메인 변경시
  2. 과도한 접속 등으로 인한 일시적 서비스 불가

8 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}