← All status codes
2xx Success
203
Non-Authoritative Information
The request succeeded, but the response was modified by a proxy.
What it means
A 203 response indicates the request was successful, but the returned content was modified by a transforming proxy between the origin server and the client. The information may not match exactly what the origin server sent.
Common causes
- A proxy server modified the response, typically to compress, transform, or filter the content.
How to fix it
- Usually no action is needed. If you need the exact original content, bypass any proxies.
Test a URL and see its actual status code now.
Open the checker →