umbraco-community / UmbracoFileSystemProviders.Azure

:cloud: An Azure Blob Storage IFileSystem provider for Umbraco
94 stars 67 forks source link

Missing pdfs in media giving a 200 status #216

Open jonroberts24 opened 2 years ago

jonroberts24 commented 2 years ago

Hi, When a PDF is missing from the media location the Status returns a 200. We need this to be 404.

For example - www.test.com/media/testfile.pdf - gives 200 www.test.com/anyother/testfile.pdf - gives 404

Is this a known issue?

Thanks

Jon