HTTP 오류코드

aiden·2023년 12월 8일
0

Backend

목록 보기
11/16
post-custom-banner

100번대(정보 제공)

200번대(성공)

300번대(리다이렉션)

  • 302(type=Found, status=302) : 리다이렉션 수행

400번대(클라이언트 측 오류)

  • 404(type=Not Found, status=404) : 브라우저가 요청한 페이지를 찾을 수 없는 경우

500번대(서버 측 오류)

  • 500(type=Internal Server Error, status=500) : URL과 매핑된 함수는 결과값을 리턴해야 하는데 아무런 값도 리턴하지 않은 경우
    응답으로 리턴한 템플릿이 없는 경우도 포함된다.

참고자료 :

https://hongong.hanbit.co.kr/http-%EC%83%81%ED%83%9C-%EC%BD%94%EB%93%9C-%ED%91%9C-1xx-5xx-%EC%A0%84%EC%B2%B4-%EC%9A%94%EC%95%BD-%EC%A0%95%EB%A6%AC/

https://en.wikipedia.org/wiki/List_of_HTTP_status_codes

profile
파인애플 좋아하세요?
post-custom-banner

0개의 댓글