Forums

Testing API errors

I'm trying to build a nice frontend with flutter web support, and while testing i decided tot test NetworkImages with images from website. When i open image url in browser it works, and even vs code shows the image from url, but when flutter makes the call. server responds with 404. Is there any restrictions for requesting images?

Maybe chceck in your browser tools how that request looks like, what is the requested url.