sjitech / proxy-login-automator

A single node.js script to automatically inject user/password to http proxy server via a local forwarder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Direct access when not behind a enterprise proxy

luisalves00 opened this issue · comments

Is it possible to act as final proxy and do direct access when not behind a enterprise proxy? i.e. when I work from home I keep using the proxy-login-automator but withour relaying to the enterprise http(s) proxy.

commented

hi, thank you for suggestion. I understand your situation. However it is not easy to determine whether it should enable or disable proxy, so I have no plan to implement this feature. Thank you anyway.

It think that what you propose here #14 (comment) would do the trick...but is overwhelming.

commented

Oh, this seems need this tool return a "DIRECT" to browser so that they know then connect to target web site directly, so this is exactly the PAC mode, and it turns out that you want "local PAC file", this is the second requests of local PAC file, I will consider to implement it next time when I modify this tool, but I am sorry that I have no time now.