commit | 844a7e76d2557364e6d34d00027f2fa514b9d855 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jan 31 21:46:18 2010 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jan 31 21:46:18 2010 +0100 |
tree | 4fe1bdf3e7edaa8d79924b230a543cdd581fa37b | |
parent | 8c8bd4593c95f54cbe42bf204b943a159810a74e [diff] |
[MEDIUM] http: add support for proxy authentication We're already able to know if a request is a proxy request or a normal one, and we have an option "http-use-proxy-header" which states that proxy headers must be checked. So let's switch to use the proxy authentication headers and responses when this option is set and we're facing a proxy request. That allows haproxy to enforce auth in front of a proxy.