js-fetch and nodejs-axios fail dealing line breaks(\r\n
) in body
#350
Labels
bug
Something isn't working
\r\n
) in body
#350
Describe the bug
When the post body includes line breaks(
\r\n
), (at least inmultipart/form-data
requests), the code in body part didn't escape\r
.To Reproduce
Generate code for request whose body contains
\r
Expected code snippet and corresponding request
escape
\r
Screenshots

Version of postman-code-generators/Postman app:
v7.33.1
The text was updated successfully, but these errors were encountered: