Testing HTTP status codes

Posted by amusero on Server Fault See other posts from Server Fault or by amusero
Published on 2012-03-29T08:00:02Z Indexed on 2012/03/29 11:32 UTC
Read the original article Hit count: 375

I'm running an Apache Tomcat server. Making some security testing I'd noticed than my server is returning a 200 HTTP status code of the default error page when I try to access to a non-existent element instead of return a 404 status code and redirect me to the default error page. I suspect that this is not the only fail with this issue.

Anyone can suggest me a process to chech the most common HTTP status codes?

© Server Fault or respective owner

Related posts about apache2

Related posts about tomcat