commit | a406356255fcbbf4e18881dd98bbb4c2723d45f9 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Aug 02 11:51:37 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Sep 17 10:18:54 2019 +0200 |
tree | 55979609dad7aafc2001891407e061dbc5d66649 | |
parent | c16929658f3b36394d76072764ee018034db592a [diff] |
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.