tool::http-status-detail
203 Non-Authoritative Information
The response is from a transforming proxy, not the origin server.
상태 코드
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