Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CURL Import Not Working Correctly #4049

Open
2 tasks done
ganesh-bruno opened this issue Feb 17, 2025 · 3 comments · May be fixed by #4366
Open
2 tasks done

CURL Import Not Working Correctly #4049

ganesh-bruno opened this issue Feb 17, 2025 · 3 comments · May be fixed by #4366
Assignees
Labels
bug Something isn't working

Comments

@ganesh-bruno
Copy link
Collaborator

ganesh-bruno commented Feb 17, 2025

I have checked the following:

  • I use the newest version of bruno.
  • I've searched existing issues and found nothing related to my issue.

Describe the bug

When importing the following cURL command, the values are not being displayed as expected.

Sample cURL command:

curl --location 'https://run.mocky.io/v3/5cf47630-8d45-4fd3-937b-c4b1dea70c6d' \
--form 'id="1"' \
--form 'documentid="ADMINN_ID"' \
--form 'appoinID="12376"' \
--form 'autoclose="false"' \
--form 'fileDtaa=@"/path/to/file"'

Expected Behaviour:

The values for id, documentid, appoinID, autoclose, and fileData should appear correctly in the body of the request when importing the cURL command.

Actual Behaviour:

After importing the cURL command, none of the values are being displayed, and the values seem to be missing.

.bru file to reproduce the bug

No response

Screenshots/Live demo link

NA

@ganesh-bruno ganesh-bruno added the bug Something isn't working label Feb 17, 2025
@ganesh-bruno ganesh-bruno self-assigned this Feb 17, 2025
@anusree-bruno anusree-bruno self-assigned this Feb 17, 2025
@amandastecz
Copy link

I noticed the same issue here!
--form is not working.

@Grujko
Copy link

Grujko commented Feb 21, 2025

Also have issue with curl.
Body of the request is not imported.

@lonnyzhang423
Copy link

I have also encountered this issue.

@Pragadesh-45 Pragadesh-45 linked a pull request Mar 28, 2025 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants