clarification on 403

This commit is contained in:
Joey Hess 2024-10-18 11:05:41 -04:00
parent 69f8c41492
commit d5b59ecba9
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -39,7 +39,8 @@ Authentication is done using HTTP basic auth. The realm to use when
authenticating is "git-annex". The charset is UTF-8. authenticating is "git-annex". The charset is UTF-8.
When authentication is successful but does not allow a request to be When authentication is successful but does not allow a request to be
performed, it will fail with 403 Forbidden. performed, it will fail with 403 Forbidden. (This also is sent when the
server does not support authentication.)
Note that HTTP basic auth is not encrypted so is only secure when used Note that HTTP basic auth is not encrypted so is only secure when used
over HTTPS. over HTTPS.