We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using setPath with slashes results in broken URLs with escaped slashes as %2F
setPath
%2F
Thumbor({ serverUrl: 'https://magic.cdn.com', securityKey: 'xxx' }) .setPath('path/with/slashes.jpg') .resize(50, 50) .buildUrl() // https://magic.cdn.com/iOH5jsZdbopShaKWmAHi-XrUZ6U=/50x50/path%2Fwith%2Fslashes.jpg
The text was updated successfully, but these errors were encountered:
I face the same issue. Any solution?
Sorry, something went wrong.
No branches or pull requests
Using
setPath
with slashes results in broken URLs with escaped slashes as%2F
The text was updated successfully, but these errors were encountered: