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 188 forks source link

Percentage in query parameters #391

Closed mateusz28011 closed 3 months ago

mateusz28011 commented 9 months ago

Hi, encoded percentage in the query parameters is ignored.

Original https://wsrv.nl/?url=https://cdn.pixabay.com/photo/2015/04/23/22/00/tree-736885_1280.jpg&cw=50%&ch=50%&cx=0&cy=0&precrop

Encoded https://wsrv.nl/?url=https://cdn.pixabay.com/photo/2015/04/23/22/00/tree-736885_1280.jpg&cw=50%25&ch=50%25&cx=0&cy=0&precrop

kleisauke commented 9 months ago

This has been fixed with commit fd7a184ef6d2f650cb3d1f99c10fadc4eacfef69, which has just been rolled out to production.