issues
search
postmanlabs
/
curl-to-postman
Converts curl requests to Postman Collection v2 request objects
Apache License 2.0
65
stars
31
forks
source link
BUG: Curls with stringified arrays
#40
Open
abstrekt
opened
3 years ago
abstrekt
commented
3 years ago
when copying any curl request from the browser developer tool using "Copy as Curl"
if curl containing any stringified value (JSON.stringify)
& then using raw input feature in postman, the stringified array gets corrupted.