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

possible to support digest auth?

opened this issue · comments

Is it possible to support digest auth and not just basic auth in a similar manner to this script? There is a negotiation that takes place involving realm and nonces so it is not as simple as basic auth.

commented

I think basic auth would work with squid, but digest would not. For digest, you have to pass the credentials in with each request rather that initialize squid with the credentials (as this project is initialized with the credentials). I haven't verified, this is just what I gather from this post: https://stackoverflow.com/questions/25609063/how-to-configure-cascade-squid-proxy-with-squid-parent-digest-authentication