nwjs / nw.js

Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.
https://nwjs.io
MIT License
40.34k stars 3.88k forks source link

proxy with credentials not working #5194

Open kiavashi opened 8 years ago

kiavashi commented 8 years ago

NW.js: 0.15.4 (using npm nw installer module) OS: Mac OSX 10.11.1

I have tried using an authenticated proxy and can't get it to work. I'm not sure if this is a bug or intended behavior.

What I have got to work is using the proxy url without the credentials and manually filling in the credentials in the popup window.

For my use case I need to programmatically authenticate with the proxy.

I have tried:

kiavashi commented 8 years ago

the documentation for http_proxy was actually in the nwjs/npm-installer/README.md

fujunwei commented 7 years ago

I am interested in trying this out, please assign it to me, thanks.

ghost commented 6 years ago

How to authorize SOCKS5 proxy, please show an example, who knows.