summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_auth_request_module.c (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-05-30Auth request: multiple WWW-Authenticate headers (ticket #485).Maxim Dounin1-3/+8
When using auth_request with an upstream server which returns 401 (Unauthorized), multiple WWW-Authenticate headers from the upstream server response are now properly copied to the response.
2022-05-30All known output headers can be linked lists now.Maxim Dounin1-0/+1
The h->next pointer properly provided as NULL in all cases where known output headers are added. Note that there are 3rd party modules which might not do this, and it might be risky to rely on this for arbitrary headers.
2016-03-31Fixed logging.Sergey Kandaurov1-2/+2
2013-08-21Auth request module import.Maxim Dounin1-0/+444