Zamez.org
NetSurf
HTTP Lint
Factor CSS
RUfl
Sargasso
EarthData
HTTP Lint
for web developers · web interface, Linux
Httplint performs various checks on HTTP/1.1 headers returned by a
server.
It checks the syntax and content of almost all HTTP/1.1 response headers,
and also warns about missing headers and suggests improvements.
C
source · RISC OS application (482K) ·
Browse CVS
HTTP/1.1 404 Not Found[0d][0a]- A response status code in the range 400 - 499 indicates that the request could not be fulfilled due to client error.
Date: Tue, 09 Feb 2010 10:06:35 GMT[0d][0a]
Server: Apache[0d][0a]
Accept-Ranges: bytes[0d][0a]
Vary: Accept-Encoding[0d][0a]
Transfer-Encoding: chunked[0d][0a]
Content-Type: text/html[0d][0a]- Warning: No character set is specified in the Content-Type. Clients may assume the default of ISO-8859-1. Consider appending '; charset=...'.
[0d][0a]
- Consider adding a Content-Language header if applicable for this document.
- No Last-Modified header was present. The HTTP/1.1 specification states that this header should be sent whenever feasible.
- This URL appears to contain implementation-specific parts such as an extension or a query string. This may make the URL liable to change when the implementation is changed, resulting in broken links. Consider using URL rewriting or equivalent to implement a future-proof URL space. See http://www.w3.org/Provider/Style/URI for more information.
James Bursa