aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_auth_request_module.c
Commit message (Collapse)AuthorAge
* Auth request: multiple WWW-Authenticate headers (ticket #485).Maxim Dounin2022-05-30
| | | | | | 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.
* All known output headers can be linked lists now.Maxim Dounin2022-05-30
| | | | | | | | 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.
* Fixed logging.Sergey Kandaurov2016-03-31
|
* Auth request module import.Maxim Dounin2013-08-21