usebruno / bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
https://www.usebruno.com/
MIT License
25.83k stars 1.18k forks source link

[Bug] Proxy configuration mixed up with system config #1859

Closed samuel-deal-tisseo closed 2 months ago

samuel-deal-tisseo commented 6 months ago

Issue:

The proxy configuration get confused between my system proxy and an explicit proxy defined in Bruno.

Example

Given the following configuration

When I make a request to http://neverssl.com I expect a call to http://neverssl.com via my the proxy http://explicit.proxy:9000 But instead the call is to http://neverssl.com:8080 (wrong port) via my the proxy http://explicit.proxy:9000

Environment:

samuel-deal-tisseo commented 6 months ago

It seems to be the same bug as #1448. I'm sorry for duplication.

sanjai0py commented 5 months ago

Duplicate of #1448