clarification on 403
This commit is contained in:
parent
69f8c41492
commit
d5b59ecba9
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue