203
Success
203 Non-Authoritative Information
The returned metadata is from a local or third-party copy, not from the origin server.
Description
203 Non-Authoritative Information indicates that the request was successful, but the enclosed payload has been modified by a transforming proxy. The information may come from a cached copy, a CDN, or a middleware layer rather than directly from the origin server.
This is rarely used in modern web applications but may appear in proxy or gateway responses.
Common Causes
- CDN or proxy modifying headers or body
- Transformation middleware stripping sensitive fields
- Aggregation services combining data from multiple sources
How to Fix
- If you need authoritative data, bypass caches and connect directly to origin
- Document clearly which layers may transform responses
- Use
Varyheaders to communicate caching dimensions
Check your website's HTTP status code
Check now →