Image resizing returns 403s for some origins
Hello there, We’re using image resizing and it works fine for the most part, however, for some origins it returns 403s (The origins returns 403s).
e.g.
/cdn-cgi/image/format=auto,width=1200,quality=75/https://www.luluandgeorgia.com/cdn/shop/products/AEV1013BBS_ALT.jpg
But https://www.luluandgeorgia.com/cdn/shop/products/AEV1013BBS_ALT.jpg
standalone works fine – This same source works fine with Vercel’s image optimization.2 Replies
FYI: the error we get is -
ERROR 9408: Could not fetch the image — the server returned HTTP error 403 Forbidden
I understand that this means luluandgeorgia
is returning 403 -- But I'm not sure why, any ideas? because again this works standalone and works fine with Vercel's image optimization as well. So I assume this is fixable?a firewall/waf rule blocking the request from the resize worker maybe?