I'm making a request to an api and within all the objects are an array of images, but only some of them are returning
I get the error GET http://******/image/******/403
for each image that has failed to load, this is due to my access being denied which I'm not concerned about because I'm aware that some images are going to fail to load because of this (hope that makes sense).
How can I mitigate/bypass this situation and pass a fallback image in case the default http images return with a 403, or not pass a fallback image at all?
I hope that all makes sense, and thanks for your help :)