Would it be possible to to ensure that the client also receives the WWW-Authenticate header from the subrequest response if a 401 is returned similar to ngx_http_auth_request_module?
This should ensure that if basic auth is being requested the appropriate prompt will be presented to the client.
Would it be possible to to ensure that the client also receives the
WWW-Authenticateheader from the subrequest response if a 401 is returned similar to ngx_http_auth_request_module?This should ensure that if basic auth is being requested the appropriate prompt will be presented to the client.