mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 04:35:40 +00:00
When collection proxy is set to "inherit", bru.sendRequest was skipping the app-level proxy and falling through directly to system proxy. Now it correctly checks app-level proxy settings first, matching the behavior of normal requests. When appLevelProxyConfig is not provided (e.g. CLI), falls through to system proxy preserving existing behavior. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>