Closed ptolemys closed 4 years ago
@shamasis Can someone in Team Postman have a look on this, I would be happy to assist in case help is required for replication.
Thank you.
That's also happening to me. For quite a long time actually. Any news?
Also reported in #7895
@ptolemys Thanks for reporting this issue. We are soon going to release a fix for this. Will keep you updated here.
Again facing same issue
the bug is stiil here in chrome Version 88.0.4324.190 (Official Build) (64-bit)
Hey @kasumiru! Are you using the Chrome App? We have actually deprecated the Chrome app version of Postman. Although we have recently launched Postman on the Web - Here you can experience the latest Postman app with all the recent features directly on any web browser.
You can download the latest version of the native Postman apps or try out the Web version here: https://www.postman.com/downloads
Do try this out in one of the latest apps and let us know if you are still facing this.
Hey @JaswantBB, I tried this on the latest version and I couldn't reproduce this. Could you share your Postman App version?
Curl imports with --data-row will not import the body
To Reproduce
Go to 'Import > Paste Raw Text'
Paste a sample curl which contains body specified with --data-row, for example :
curl --location --request POST 'https://postman-echo.com/post' \ --data-raw 'This is expected to be sent back as part of response body.'
Click on 'Import'
Check that body has not been imported.
Expected behavior Curls with body specified using --data-row should get completely imported including body.
Screenshots 25 seconds screen recording : https://imgur.com/a/X2zMqRh
App information
Additional context On exporting a curl using Code > cURL (from drop down), the default export gets -d body but if Settings > General > New Code Generation Mode is turned ON, the body exports are done with --data-row body which are not back-importable to Postman itself.