Hi Ricky,
Indicium does not have this functionality currently but it is something that could be made in the future.
Luckily there is a workaround/solution. IIS does support redirecting of requests, so what you could do is if a request is made to find a picture but the website returns a 404, that you then redirect to a local website/picture/file and show that. Would that suffice?
The IIS redirecting will not work because the client is making requests straight to the suppliers website - and that would be the place to put the redirect on - but that’s not my server, its the supplier one :-)
---
If the client gets a 404 in return and we could action that, then we would be able to say to the client ‘Hey you got a 404 for this image right? - instead get this local http://indicum.nl/not_found_image.png’ - but I don’t know how to action a 404 caught by the client (My guess it isn’t possible, since for example a html component only fetches the given URL and that is about the only action you get)
Good point, that is indeed then not possible. We think this is better to implement as part of the model itself, being able to have a sort of fallback image for the previewer. Could you make an Idea for this? Thanks!