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

Proxy authentication prompt

apolymen opened this issue · comments

Hi,
I followed your instructions but when I try to open a site in a browser, I get a pop up asking for username/password. If I input correct domain\username & password, the pop up reappears.
My corporate proxy uses NTLMv2.

Any suggestions?

commented

I am sorry, it only support basic auth, does not support ntlmv2 currently. Maybe i forgot to mention it clearly in readme. It seems possible to support ntlmv2, i just have no time to do it now.

Fair enough. Thank you.