Proxy authentication not sended
I have checked the following:
- [X] I use the newest version of bruno.
- [X] I've searched existing issues and found nothing related to my issue.
Describe the bug
I'm using bruno to call an api over a squid proxy with basic auth.
when I use bruno I had an error that login ar not sended.
.bru file to reproduce the bug
No response
Screenshots/Live demo link
@rricordeau Thank you for reporting this issue.
Could you provide some additional details to help us investigate further?
- Was this functionality previously working in Bruno and has now started occurring in a newer version?
- Are you configuring the proxy settings manually (refer to the screenshot below), or are you relying on the system-level proxy settings?
It never worked on my computer
I configure with the interface in your screenshot
I'm using version 1.33.0 Golden Edition
@rricordeau, are you able to successfully hit the API endpoint using curl? If so, I would recommend trying the System Proxy Mode in Bruno.
Also, is this an issue you're encountering specifically in Bruno, or has it worked fine in other API clients you've used? Just trying to narrow down the cause here.
Yes, in curl, I set the proxy with http://login:password@myproxy:3128 and it work without any trouble
In bruno, I can use a proxy without proxy auth without any problem.