bruno icon indicating copy to clipboard operation
bruno copied to clipboard

Proxy authentication not sended

Open rricordeau opened this issue 1 year ago • 1 comments

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

image

rricordeau avatar Sep 27 '24 13:09 rricordeau

@rricordeau Thank you for reporting this issue.

Could you provide some additional details to help us investigate further?

  1. Was this functionality previously working in Bruno and has now started occurring in a newer version?
  2. Are you configuring the proxy settings manually (refer to the screenshot below), or are you relying on the system-level proxy settings?
image

helloanoop avatar Sep 30 '24 05:09 helloanoop

It never worked on my computer

I configure with the interface in your screenshot image

I'm using version 1.33.0 Golden Edition

rricordeau avatar Oct 14 '24 08:10 rricordeau

@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.

helloanoop avatar Oct 27 '24 22:10 helloanoop

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.

rricordeau avatar Nov 13 '24 10:11 rricordeau