-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
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.15.0
Operating System
Mac
Describe the bug
In Bruno v2.15.0 where Basic Auth inherited from a folder/collection does not appear in the Generate Code → cURL output.
The same workflow works correctly in v2.12.0.
Steps to Reproduce:
-
Create a folder.
-
Set Auth → Basic Auth at the folder level.
-
Inside that folder, create any request and set it to inherit auth from the folder.
-
Execute the request (works fine).
-
Click Generate Code → cURL.
Observe that the generated cURL does not include the Basic Auth header or any auth information.
.bru file to reproduce the bug
No response
Screenshots/Live demo link
-> 2.12.0
-> 2.15.0bastien-wink