-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed as duplicate of#4088
Closed as duplicate of#4088
Copy link
Labels
bugSomething isn't workingSomething isn't working
Description
I have checked the following:
- I have searched existing issues and found nothing related to my issue.
This bug is:
- making Bruno unusable for me
- slowing me down but I'm able to continue working
- annoying
- this feature was working in a previous version but is broken in the current release.
Bruno version
2.10
Operating System
Mac
Describe the bug
In a multipart and form URL-encoded request, using a variable (e.g. {{var-name}}) in the key field of a multipart body part does not interpolate the value as expected.
However, it's working correctly with header key field.
.bru file to reproduce the bug
meta {
name: echo
type: http
seq: 10
}
post {
url: https://echo.usebruno.com
body: multipartForm
auth: none
}
headers {
{{PAT}}: bdhb
}
body:multipart-form {
one: '''
{ "name": {{url}}vhhgghvg hvhgmhghv hmvhgvh
}
'''
{{PAT}}: gvgdvw
}
script:pre-request {
req.setTimeout(5000)
}
Screenshots/Live demo link

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working