-
Notifications
You must be signed in to change notification settings - Fork 78
[BUG]: Requests made in bruno are not captured #1215
-
Description
When using bruno instead of postman, the requests (GET https://jsonplaceholder.typicode.com/posts) are not captured by devproxy
Expected behaviour
When devproxy runs, the requests made in bruno are correctly captured
Actual behaviour
No request is showned
Steps to reproduce
- Install and open bruno.
- Then create a collection with a single request GEThttps://jsonplaceholder.typicode.com/posts.
- Run the request
Dev Proxy Version
0.25.0
Operating system (environment)
Windows
Shell
Other
Configuration file
No configuration file, the default one.
Additional Info
No response
Beta Was this translation helpful? Give feedback.
All reactions
Ah, wait, so Bruno isn't picking up your system proxy configuration. Instead, it uses environment variables. We don't set those for you automatically. You can either configure them manually yourself in Windows environment variables or easier use the On option in Bruno and specify proxy settings yourself instead:
Replies: 7 comments
-
Thanks for letting us know. Before we start to investigate, to check since you haven't mentioned it explicitly, have you enabled Bruno to use proxy? https://docs.usebruno.com/get-started/configure/settings#proxy
Beta Was this translation helpful? Give feedback.
All reactions
-
Yes I did indeed by selecting system proxy. Maybe I should select "on" instead and set a custom proxy but I don't know how I should fill the fields
Beta Was this translation helpful? Give feedback.
All reactions
-
System proxy should work in theory. After starting Dev Proxy, have you confirmed that Dev Proxy is registered as a system proxy on Windows?
Beta Was this translation helpful? Give feedback.
All reactions
-
How do you confirm that? If I make a request in the browser to https://jsonplaceholder.typicode.com/posts, the devproxy correctly logs the request so I guess it's okay.
Proxy Settings in Bruno:
I don't know if I should have something in the environment variables.
When running the same request in Bruno (GET https://jsonplaceholder.typicode.com/posts), nothing is logged as if no request was done.
Beta Was this translation helpful? Give feedback.
All reactions
-
Ah, wait, so Bruno isn't picking up your system proxy configuration. Instead, it uses environment variables. We don't set those for you automatically. You can either configure them manually yourself in Windows environment variables or easier use the On option in Bruno and specify proxy settings yourself instead:
Image ImageBeta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
Exactly what I needed. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1
-
Perfect! Thank you for confirming it's working and using Dev Proxy! ❤
Beta Was this translation helpful? Give feedback.