commit | 049670fbbe8022e0e38909aa3de189c06e34ad7d | [log] [tgz] |
---|---|---|
author | Alexander Vickberg <wickbergster@gmail.com> | Thu Apr 18 10:05:53 2019 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Thu Apr 18 10:06:39 2019 +0200 |
tree | f594a93686a905572a89404e53484ca29186dd55 | |
parent | 210b52476c86fb8411f6b0fd12d4e76875c474e5 [diff] |
httpd: pass authorization header to CGI if not Basic Pass the Authorization header to CGI if not of type Basic. This will make it possible for CGI to verify authorization headers of type Bearer <token>. function old new delta handle_incoming_and_exit 2370 2379 +9 Signed-off-by: Alexander Vickberg <wickbergster@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>