hack3rs.ca network-security
/errors :: status-catalog

root@hack3rs:/var/www$ ls /errors

HTTP error pages with triage notes for each status code.

error-pages.lst
400
Bad Request

The server rejected the request before processing it.

open /400 View 400 page
401
Unauthorized

Authentication is required or the credentials were rejected.

open /401 View 401 page
403
Forbidden

Access denied — the server understood the request but will not fulfill it.

open /403 View 403 page
404
Not Found

Nothing exists at this URL.

open /404 View 404 page
405
Method Not Allowed

The endpoint exists but does not accept this HTTP method.

open /405 View 405 page
408
Request Timeout

The client took too long to send the complete request.

open /408 View 408 page
410
Gone

This resource was intentionally removed and is not coming back.

open /410 View 410 page
418
I'm a Teapot

An intentional novelty response — not a real server error.

open /418 View 418 page
429
Too Many Requests

Rate limiting is active — slow down.

open /429 View 429 page
500
Internal Server Error

The server hit an unhandled error while processing the request.

open /500 View 500 page
502
Bad Gateway

A proxy or gateway got an invalid response from the upstream service.

open /502 View 502 page
503
Service Unavailable

The service cannot handle requests right now.

open /503 View 503 page
504
Gateway Timeout

A gateway or proxy gave up waiting for the upstream to respond.

open /504 View 504 page