I have a website where some CSS files aren't being served to the browser, and when I open up Firebug's Net panel, the response is "200 Filtered" (see image).
I know what 200 normally means, but I haven't been able to find what 200 Filtered refers to, i.e. the actual content isn't being served, but instead, when you try to view the resource directly in the browser, an "unavailable" page is displayed.
I would just like to know what this status really means.
The HTTP 200 OK success status response code indicates that the request has succeeded. A 200 response is cacheable by default. The meaning of a success depends on the HTTP request method: GET : The resource has been fetched and is transmitted in the message body.
An HTTP status code 200 means success. The client has requested documents from the server. The server has replied to the client and given the client the documents.
OK 200. The request was fulfilled.
HTTP Status Code 410 - Gone A 410 is more permanent than a 404; it means that the page is gone. The page is no longer available from the server and no forwarding address has been set up.
The HTTP status code "200" means the request is successfully handled by the Server, and "200 OK" is standard HTTP status code, some possible reasons: 1. HTTP Server with some filter rules and return "200 Filtered". 2. Some proxies filter something with changing status code "200 OK" to "200 Filtered". 3. Cache Server filter some resource and return "200 Filtered".
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With