willnorris / imageproxy

A caching, resizing image proxy written in Go
Apache License 2.0
3.55k stars 483 forks source link

Encoding remote url #386

Open ahmed-jawad828 opened 1 year ago

ahmed-jawad828 commented 1 year ago

There are 2 images in the S3 bucket

The difference in the above two images is %20 space character. My image proxy server is encoding the remote URL having space characters incorrectly.

Error Log

error transforming image https://s3.us-east-2.amazonaws.com/cardclan.io-assets/designCovers/Easter/1e84876f-a0e1-4148-8865-e339ceab84b7__Easter%2525203.png#10x0,q10: image: unknown format

ahmed-jawad828 commented 1 year ago

@willnorris Can you look into this issue