Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

URL encoding does not behave as expected #4

@nononoah

Description

@nononoah

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions