You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[cha@ariadne httplint]$ ./httplint http://localhost:8000
Checking URL http://localhost:8000
* 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.
* Server: Julia/0.2.0-663.r5c87[0d][0a]
OK.
* [0d][0a]
End of headers.
Consider adding a Content-Language header if applicable for this
document.
Warning: No Content-Type header was present. The client will have to
guess the media type or ask the user. Adding a Content-Type header is
strongly recommended.
Warning: No Date header was present. A Date header must be present,
unless the server does not have a clock, or the response is 100, 101,
or 500 - 599.
No Last-Modified header was present. The HTTP/1.1 specification states
that this header should be sent whenever feasible.
This should be no problem 😀
The text was updated successfully, but these errors were encountered: