]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] http: add support for proxy authentication
authorWilly Tarreau <w@1wt.eu>
Sun, 31 Jan 2010 20:46:18 +0000 (21:46 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 31 Jan 2010 20:46:18 +0000 (21:46 +0100)
commit844a7e76d2557364e6d34d00027f2fa514b9d855
tree4fe1bdf3e7edaa8d79924b230a543cdd581fa37b
parent8c8bd4593c95f54cbe42bf204b943a159810a74e
[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.
doc/configuration.txt
src/proto_http.c