I am using Finding API's findItemsByKeywords endpoint to return item information and using the outputSelector to return all image sizes. However, the images are failing to load when I use them in my site. I keep getting `could not load image` errors.
This happens on all images. My site is HTTPS loading HTTPS images so it is not a security issue. The images do exist and I can go to them directly.
Why is this happening? Are we not allowed to reuse the images from the API on our own sites?
Example:
This loads - https://thumbs1.ebaystatic.com/m/mCwJ67TY4VjRbyyAPnks6jg/140.jpg
This does not -
<img alt="New In Box Jay Manuel Beauty Skin Perfector Foundation Deep Filter #2" class="img-thumbnail img-fluid d-block" src="https://thumbs1.ebaystatic.com/m/mCwJ67TY4VjRbyyAPnks6jg/140.jpg">