The DevOps Drop
Home / Encyclopedia / HTTP Status Codes / 2xx Successful Responses / 203 Non-Authoritative Information

203 Non-Authoritative Information

The HTTP 203 Non-Authoritative Information status code indicates that a successful response has been modified by a proxy or intermediary server.

Published 16 Jul 2026 · HTTP Status Code

What is HTTP 203 Non-Authoritative Information?

The 203 Non-Authoritative Information response indicates that the request succeeded, but the returned metadata may have been modified by an intermediary.

It is a successful 2xx response, but the information did not come directly from the original server.

Why Does 203 Exist?

Modern applications often use proxies, caches, and gateways that transform responses before they reach clients.

  • Reverse proxies
  • CDNs
  • Caching systems
  • API gateways

Example

HTTP/1.1 203 Non-Authoritative Information

Why Does It Matter For DevOps?

Understanding intermediary responses helps when debugging complex networking paths.

  • CDN behaviour
  • Proxy configuration
  • Cache troubleshooting
  • Distributed systems

Summary

The 203 Non-Authoritative Information response indicates success while informing clients that response metadata may have been transformed.