We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
No response
NA
The text was updated successfully, but these errors were encountered:
I noticed the same issue here! --form is not working.
Sorry, something went wrong.
Also have issue with curl. Body of the request is not imported.
I have also encountered this issue.
ganesh-bruno
anusree-bruno
Successfully merging a pull request may close this issue.
I have checked the following:
Describe the bug
When importing the following cURL command, the values are not being displayed as expected.
Sample cURL command:
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
The text was updated successfully, but these errors were encountered: