Skip to content

Commit 22715b0

Browse files
Merge pull request #111 from nerdmaennchen/master
explicitly tell users that the www-authenticate header must be set on…
2 parents 3b06887 + c766602 commit 22715b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ BasicAuth
136136

137137
Authenticate users by an [HTTP Basic access authentication][BasicAuth_0] call.
138138
HTTP server of your choice to authenticate. It should return HTTP 2xx for correct credentials and an appropriate other error code for wrong ones or refused access.
139+
The HTTP server _must_ respond to any requests to the target URL with the "www-authenticate" header set.
140+
Otherwise BasicAuth considers itself to be misconfigured or the HTTP server unfit for authentication.
139141

140142
### Configuration
141143
The only supported parameter is the URL of the web server where the authentication happens.

0 commit comments

Comments
 (0)