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
I happened to debug this issue and found out that bruno is unable to parse CURL properly, even when a curl exported from bruno is imported as curl to create a new req
parseCurlCommand fn in file - parse-curl.js seems to be the root cause here, where yargs fn invocation is missing F: 'form' in alias field
adding form alias parses curl correctly, but data is still not parsed, need few pointers for this flow
I have checked the following:
Describe the bug
I have imported the below curl command into Bruno but it shows no body
I also imported the same curl command with Postman and it seems to be working properly, not sure what I'm wrong with this
.bru file to reproduce the bug
Import from the above curl command
Screenshots/Live demo link
Bruno
Postman
The text was updated successfully, but these errors were encountered: