~/devtools / http-status / 203
tool::http-status-detail

203 Non-Authoritative Information

The response is from a transforming proxy, not the origin server.

ad · 728×90
상태 코드
203
이름
Non-Authoritative Information
카테고리
2xx

상세 설명

HTTP 203 Non-Authoritative Information은 요청이 성공했지만 응답 본문이 원본 서버가 아닌 변환 프록시에서 수정된 것임을 나타냅니다. 프록시가 콘텐츠를 수정하거나 메타데이터를 변경했음을 클라이언트에게 알려줍니다. 실제로는 드물게 사용되는 상태 코드입니다.

주요 원인
  • 변환 프록시가 응답 본문을 수정한 경우
  • 미러 서버나 캐싱 레이어에서 응답이 변경된 경우
  • 콘텐츠 필터링 프록시가 내용을 변환한 경우
해결 방법
  • 1.203은 정상 응답이므로 수정이 필요하지 않습니다
  • 2.원본 데이터가 필요하면 프록시를 우회하거나 직접 연결하세요
  • 3.수정된 내용이 예상과 다르면 프록시 설정을 확인하세요

관련 HTTP 헤더

Content-TypeVia

응답 예시

HTTP/1.1 203 Non-Authoritative Information
Via: 1.1 proxy.example.com
Content-Type: application/json

{"data":"modified by proxy"}

관련 상태 코드

200OKThe request has succeeded.201CreatedThe request has been fulfilled and a new resource has been created.202AcceptedThe request has been accepted but not yet acted upon.204No ContentThe server successfully processed the request but returns no content.205Reset ContentThe server processed the request; the client should reset the document view.
ad · 300×250
전체 상태 코드 목록으로 돌아가기
// related tools
Cron 표현식 생성기
Cron 표현식을 시각적으로 만들고 파싱합니다. 사람이 읽기 쉬운 설명과 다음 실행 시간을 미리 확인할 수 있습니다.
jwt
JWT 디코더
JWT 토큰을 디코딩하고 분석합니다. 헤더, 페이로드, 서명을 확인할 수 있습니다.
rx
정규식 테스터
정규식을 실시간으로 테스트합니다. 매칭 하이라이트와 설명을 제공합니다.
색상 변환기
HEX, RGB, HSL 등 다양한 형식으로 색상을 변환합니다.