summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_request.c
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2026-03-10 16:43:41 +0400
committerRoman Arutyunyan <arutyunyan.roman@gmail.com>2026-03-11 19:33:12 +0400
commite23e7dd83a75b073773c3bc1e57bdb36c27bcc3f (patch)
tree84e017ebeb710d77877f51ca956699159b5afbe9 /src/http/ngx_http_request.c
parent60d0329a20d17e278f4837a5ab18eb8083db8b3f (diff)
downloadnginx-e23e7dd83a75b073773c3bc1e57bdb36c27bcc3f.tar.gz
nginx-e23e7dd83a75b073773c3bc1e57bdb36c27bcc3f.tar.bz2
Proxy authentication definitions.
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r--src/http/ngx_http_request.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c
index 41c1cda04..7305af132 100644
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -152,6 +152,10 @@ ngx_http_header_t ngx_http_headers_in[] = {
offsetof(ngx_http_headers_in_t, authorization),
ngx_http_process_unique_header_line },
+ { ngx_string("Proxy-Authorization"),
+ offsetof(ngx_http_headers_in_t, proxy_authorization),
+ ngx_http_process_unique_header_line },
+
{ ngx_string("Keep-Alive"), offsetof(ngx_http_headers_in_t, keep_alive),
ngx_http_process_header_line },