203 Non-Authoritative Information
Explanation:
The 203 Non-Authoritative Information status code indicates that the request was successful but the enclosed payload has been modified from that of the origin server's 200 OK response by a transforming proxy.
Usage:
This status code is used to inform the client that the response has been modified by a proxy and might not be the same as the response from the origin server.
Attentions:
- The server should include information about the proxy that modified the response in the response message.
- The response should include information about the original server's response if possible.
Sample:
undefined