You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
It seems as if the image source is expected to be url-encoded. When a source URL is passed that correctly references the underlying file's source, the request fails. Instead, a url-encoded request must be made for that file.
I'm not sure if this is an bug, per se, but there should be clear documentation around this behavior.
It seems as if the image source is expected to be url-encoded. When a source URL is passed that correctly references the underlying file's source, the request fails. Instead, a url-encoded request must be made for that file.
I'm not sure if this is an bug, per se, but there should be clear documentation around this behavior.
Example
Failure:
https://d1kx8iu4vujzmr.cloudfront.net/?source=https://s3.amazonaws.com/tapwiser-mexico-assets/Imagenes/03+premium/A0003B0019+Budweiser/BWbote-12-onz.png&width=150&height=130
Success:
https://d1kx8iu4vujzmr.cloudfront.net/?source=https://s3.amazonaws.com/tapwiser-mexico-assets/Imagenes/03%2Bpremium/A0003B0019%2BBudweiser/BWbote-12-onz.png?temp=+&width=600&height=220
The text was updated successfully, but these errors were encountered: