You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,8 @@ BasicAuth
136
136
137
137
Authenticate users by an [HTTP Basic access authentication][BasicAuth_0] call.
138
138
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.
139
141
140
142
### Configuration
141
143
The only supported parameter is the URL of the web server where the authentication happens.
0 commit comments