mirkogolze

Results 12 comments of mirkogolze

Hi, we are using the library in production. It would be nice if the interfaces could be brought up to date.

The proxy must only be enabled for the request, if the request URL does not match the proxy exceptions

Hi @helloanoop, I am not sure if proxy support is perfectly placed on collection level. Someone needs another proxy than another developer. So it is in my current project. In...

Hi @helloanoop, please merge https://github.com/usebruno/bruno/pull/468 then I go on with my pull request.

Hi @Tilogorn, I am not sure what your use case is. When you use the proxy configuration for collections or global configuration all different proxy variations should work. All is...

When you have time you could try that out with Bruno. To enable local Bruno development is quite easy: https://github.com/usebruno/bruno/blob/main/contributing.md You could switch to `hpagent` and try if it is...

You can try to look into the dev tools inside Bruno and see if the console is logging something. Second is you can start Bruno from shell. On a windows...

No. There is no system configuration used. There are three ways to use proxy. 1. Configure on global level 2. Configure on collection level to overwrite global configuration 3. use...

[axios ](https://github.com/axios/axios) is using the environment variables HTTP_PROXY and HTTPS_PROXY, if present. Please check if the are set on your machine globally.

I want to use it in a pre-request-script. It think `bru.setNextRequest(...)` will not perform the chosen request to run before the current request. Could work as a workaround, but would...