weserv / images

Source code of wsrv.nl (formerly images.weserv.nl), to be used on your own server(s).
https://wsrv.nl/
BSD 3-Clause "New" or "Revised" License
1.84k stars 187 forks source link

204 Response when loading images from website #332

Closed DouweHof closed 2 years ago

DouweHof commented 2 years ago

Hey,

Recently we started to get signals of images that were not loading on our websites. The weird thing is that accessing the image source url directly from the browser, everything works fine. The image is then also cached, after which it can be loaded by the webpage. After looking through the issues on this repo, I found this to be similar to issue #330.

Here is a screenshot of the request data when trying to load the image from the website:

Screenshot 2022-02-23 at 17 20 17

And here is a screenshot of the request data when accessing the url same source url directly from the browser:

Screenshot 2022-02-23 at 17 21 30
andrieslouw commented 2 years ago

Repetition of #330 @kleisauke is looking into it now

kleisauke commented 2 years ago

Should be fixed now, could you verify this?

DouweHof commented 2 years ago

I've given it a quick look, everything seems to be fine now. Thanks for looking into it so quickly, it is very appreciated!