Closed tjenkinson closed 1 year ago
Both + and %20 should be treated as spaces but the + was not being handled, meaning if you imported a curl command into postman postman would then make the request containing a literal + instead of space. Took a while to debug 😆
+
%20
@tjenkinson Thanks for the contribution! We'll review the PR and take it forward with next release.
Thanks @VShingala!
Both
+
and%20
should be treated as spaces but the+
was not being handled, meaning if you imported a curl command into postman postman would then make the request containing a literal+
instead of space. Took a while to debug 😆