]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http_fetch: Add sample fetches to get auth method/user/pass
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 2 Aug 2019 09:51:37 +0000 (11:51 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Sep 2019 08:18:54 +0000 (10:18 +0200)
commita406356255fcbbf4e18881dd98bbb4c2723d45f9
tree55979609dad7aafc2001891407e061dbc5d66649
parentc16929658f3b36394d76072764ee018034db592a
MINOR: http_fetch: Add sample fetches to get auth method/user/pass

Now, following sample fetches may be used to get information about
authentication:

 * http_auth_type : returns the auth method as supplied in Authorization header
 * http_auth_user : returns the auth user as supplied in Authorization header
 * http_auth_pass : returns the auth pass as supplied in Authorization header

Only Basic authentication is supported.
doc/configuration.txt
src/http_fetch.c