BUG: Pabbly doesn't escape URLs _at all_

Status: Closed · Asked by solipsist on · 0 views

solipsist — Question ·

I used Email Parser to extract an attachment but neither CloudConvert nor Dropbox (upload file) can access it. After looking at cases where this did work, my conclusion is that Pabbly doesn't escape spaces in URLs correctly escape URLs at all.

This requires an immediate fix.

This was an attempt to use CloudConvert to rename the file to something non-offending... doesn't work.

solipsist — Reply ·
Confirmed.

I added a Text Formatter Replace step that replaced {{space}} with "%20" and Dropbox upload file works.

Please test your software!

solipsist — Reply ·
solipsist — Reply ·

Turns out it doesn't escape anything as characters like å and ø also results in Dropbox failing due to being passed a misformed URL.

The workaround is to use Text Formatter instead. Still, it's an unnecessary step that shouldn't be needed.

Pabblymember11 — Reply ·

Hey @solipsist

It seems like you have already solved your concern. So could you please confirm that the above workflow is working?

Further, if not then kindly let us know.

Thanks

solipsist — Reply ·

Yes, by deleting the leading "http://", encoding the string and then prefixing it with http:// again... ugly. It's a workaround. Not a proper solution. It adds two unnecessary workflow steps. You need to pass properly escaped URLs to the services you integrate with.

Back to all forum threads · Log in to reply