Home
last modified time | relevance | path

Searched refs:www_authenticate (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_auth_basic_module.c315 r->headers_out.www_authenticate = ngx_list_push(&r->headers_out.headers); in ngx_http_auth_basic_set_realm()
316 if (r->headers_out.www_authenticate == NULL) { in ngx_http_auth_basic_set_realm()
324 r->headers_out.www_authenticate->hash = 0; in ngx_http_auth_basic_set_realm()
325 r->headers_out.www_authenticate = NULL; in ngx_http_auth_basic_set_realm()
333 r->headers_out.www_authenticate->hash = 1; in ngx_http_auth_basic_set_realm()
334 ngx_str_set(&r->headers_out.www_authenticate->key, "WWW-Authenticate"); in ngx_http_auth_basic_set_realm()
335 r->headers_out.www_authenticate->value.data = basic; in ngx_http_auth_basic_set_realm()
336 r->headers_out.www_authenticate->value.len = len; in ngx_http_auth_basic_set_realm()
H A Dngx_http_auth_request_module.c144 h = sr->headers_out.www_authenticate; in ngx_http_auth_request_handler()
147 h = sr->upstream->headers_in.www_authenticate; in ngx_http_auth_request_handler()
158 r->headers_out.www_authenticate = ho; in ngx_http_auth_request_handler()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h280 ngx_table_elt_t *www_authenticate; member
H A Dngx_http_request.h270 ngx_table_elt_t *www_authenticate; member
H A Dngx_http_upstream.c236 offsetof(ngx_http_upstream_headers_in_t, www_authenticate),
2613 && u->headers_in.www_authenticate) in ngx_http_upstream_intercept_errors()
2623 *h = *u->headers_in.www_authenticate; in ngx_http_upstream_intercept_errors()
2625 r->headers_out.www_authenticate = h; in ngx_http_upstream_intercept_errors()
H A Dngx_http_core_module.c1116 if (r->headers_out.www_authenticate) { in ngx_http_core_access_phase()
1117 r->headers_out.www_authenticate->hash = 0; in ngx_http_core_access_phase()