postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.83k stars 838 forks source link

Postman is not using system proxy (ubuntu) #11369

Open jasco-b opened 1 year ago

jasco-b commented 1 year ago

Is there an existing issue for this?

Describe the Issue

Postman is not using system proxy for getting available workspace (collections, environments and others). I even added proxy to postman setting but no luck

Steps To Reproduce

set proxy to ubuntu. use wired connection. open postman. Postman will not use proxy

Screenshots or Videos

image image

Operating System

linux ubuntu

Postman Version

9.31.21

Postman Platform

Postman App

Additional Context?

No response

jviotti commented 1 year ago

Hi @jasco-b , thanks for reporting!

I believe this is an upstream issue from Electron and Node.js not respecting system proxies by default. @dsanders11 @RaisinTen Can you confirm? Are they tracking this anywhere?

RaisinTen commented 1 year ago

@jviotti I'm not aware of any such upstream issue in Node.js but I found an Electron issue that might have some relevance here - https://github.com/electron/electron/issues/26166. For this I would ask - How consistent is the issue? Does it go away after some time?

@jasco-b did you go through https://learning.postman.com/docs/getting-started/proxy? If not, I'd suggest you to go through that and let us know if that resolves this issue.