2xx Success
The request worked, but the response may have been adjusted by something in the middle, like a proxy, before it reached you.
Use 203 mainly from a transforming proxy when the origin's successful response was modified before delivery.
GET https://api.example.test/news203 Non-Authoritative Information
# Headers
Content-Type: text/html; charset=utf-8
# Body
<html><body>Transformed content</body></html>A transforming intermediary changed the origin's response and signals that the payload is not exactly what the origin sent.
Everything worked perfectly! The server understood your request and sent back exactly what you asked for.
Success. The server did what you asked, but there’s nothing useful to send back in the body.
You already have the latest version! The thing you're asking for hasn't changed since you last got it.