unitedwardrobe / imgproxy-node

A Node client library to generate urls for imgproxy services.
MIT License
36 stars 8 forks source link

Invalid URL to the Original Image #7

Closed dario1985 closed 1 year ago

dario1985 commented 5 years ago

Trying to generate an URL to the original image (with no-transformations) generates an invalid URL:

imgproxy
  .builder()
  .generateUrl('https://example.com/path/to/image.jpg');

tested with imgproxy server version 2.4

NOTE: after adding some / (slashes) in the middle of the Base64 fix the problem.

koenpunt commented 5 years ago

Hi, thanks for your report. What does the generated URL look like?

remq commented 1 year ago

Closing it due to lack of response.