I work with code written by other people, occasionally I am left somewhat confused and at these times Stack Overflow saves me. Please, save me again.
Our site allows people to upload images and later embed them within text in our site like so:
<img src="http://site.com/image_script.php?p=some_image_identifier"/>
My question is:
If the identifier, "p", does not lead us to an image should the server return "500" or "404"?
I would have thought it should be "404", but that's not what is happening right now.
500 is an error in fulfilling the request. So if the request processed fine and the file is not found, you should return a 404.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With