< Home

HTTP Status Dragons

Image for 404 Not Found
404
Not Found

404 Not Found

Image Link

https://httpdragons.com/404.png

JSON Link

https://httpdragons.com/404.json

Image Author

the-childofflames

Description

The server cannot find the requested resource. In the browser, this means the URL is not recognized. In an API, this can also mean that the endpoint is valid but the resource itself does not exist. Servers may also send this response instead of 403 Forbidden to hide the existence of a resource from an unauthorized client. This response code is probably the most well known due to its frequent occurrence on the web.
More info
< 403 Forbidden
Previous image
Next image
405 Method Not Allowed >