Closed srvkb01 closed 1 month ago
I experience similar issues, but the problem is not just the port. The authority part "https://reqres.in" should be in the host header and the GET method should only contain the path. Like this:
GET /api/users HTTP/1.1
Host: reqres.in
...
I am using Bruno version 1.7.1
Issue still persists in 1.10.0
Some CNTLM logs to illustrate the issue:
Bruno:
******* Round 1 C: 4 *******
Reading headers (4)...
HEAD: GET https://api.mistral.ai:3128/v1/models HTTP/1.1
Curl:
******* Round 1 C: 4 *******
Reading headers (4)...
HEAD: CONNECT api.mistral.ai:443 HTTP/1.1
Also: The DevTools don't show anything in the network tab for these requests.
Can someone acknowledge this and maybe give some insights/roadmap?
I have the same issue.
I made a bug report to http-proxy lib (https://github.com/TooTallNate/proxy-agents/issues/298) I made a PR #1883
Please test this PR and confirm it's the same issue and that the PR fixes the bug for you. I made a release for my convenience here: https://github.com/samuel-deal-tisseo/bruno/releases/tag/v1.12.3-sam But you should try the PR itself for security reasons
Thank you
Hello,
I will try with the 1.12.3-sam version, it's good for me :
Thanks !
Great to here that :) I hope It will be merged upstream soon
Tried both 1.18.0 Windows and Linux. Having the same issue.
Windows proxy log:
Linux proxy log:
Having the same issue on version 1.24.0 on Linux.
Proxy is correctly contacted, but the proxy port is added to the original request when it shouldn't.
Same issue here in Windows with version 1.26.1
This issue has already been fixed in latest version of Bruno v1.30.1
Closing this issue.
Please reopen the issue if the problem still persists,
Hello,
I try to use bruno 1.6.1 in a windows10 professional environment (mitm proxy https, Web Gateway, firewall...). I send all my traffic through a local http proxy :
When I try to get https request :
bruno send bad, he add the proxy port to the uri hostname https://reqres.in:31280/api/users
and get error Error invoking remote method 'send-http-request': Error: socket hang up
I got the same with http request :
GET http://reqres.in:31280/api/users HTTP/1.1\r\n
I very much appreciate your app and wish it the success it deserves
Kind regards,