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 Jun 27, 2019. It is now read-only.
Many legacy systems expect spaces to be encoded with a "+", rather than "%20".
To reproduce this issue, submit the same form-encoded request (with spaces) with CLI Zapier app and with a command line tool like cURL or HTTPie. Afterwards, compare the request bodies to see the difference.
The text was updated successfully, but these errors were encountered:
Thanks for this @condad, and I'm sorry for the late reply here.
We'll release a new (probably backwards-breaking) version fixing this, but for now, an alternative is to send the body as a string, which we won't tamper with:
Many legacy systems expect spaces to be encoded with a "+", rather than "%20".
To reproduce this issue, submit the same form-encoded request (with spaces) with CLI Zapier app and with a command line tool like cURL or HTTPie. Afterwards, compare the request bodies to see the difference.
The text was updated successfully, but these errors were encountered: