~/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
Status Code
203
Name
Non-Authoritative Information
Category
2xx

Detailed Explanation

HTTP 203 Non-Authoritative Information indicates the request was successful but the response body has been modified by a transforming proxy rather than the origin server. It informs the client that the received data may differ from what the origin server would have sent. In practice, this is a rarely used status code.

Common Causes
  • A transforming proxy modified the response body
  • A mirror server or caching layer altered the response content
  • A content-filtering proxy transformed the response data
How to Fix
  • 1.203 is a normal response — no fix needed
  • 2.If you need the original unmodified data, bypass the proxy or connect directly
  • 3.If the modified content is unexpected, review the proxy configuration

Related HTTP Headers

Content-TypeVia

Response Example

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

{"data":"modified by proxy"}

Related Status Codes

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
Back to all status codes
// related tools
Cron Expression Generator
Build and parse cron expressions visually. Generate human-readable descriptions and preview next execution times.
jwt
JWT Decoder
Decode and inspect JWT tokens. View header, payload, and signature details.
rx
Regex Tester
Test regular expressions with live matching, group highlighting, and explanations.
Color Converter
Convert colors between HEX, RGB, HSL, and more. Pick colors visually.