Update api.md

This commit is contained in:
Maxim Devaev 2020-09-17 12:48:44 +03:00 committed by GitHub
parent 441616a05f
commit c8d83a81a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ There are two options here:
$ curl -k -H X-KVMD-User:admin -H X-KVMD-Passwd:admin https://pikvm/api/auth/check
```
* Using HTTP Basic Auth. Please note: contrary to the standard, this method DOES NOT use the `WWW-Authenticate` header.
HTTP Basic Auth in this implementation is intended only for compatibility with other systems, such as Prometheus.
HTTP Basic Auth in this implementation is intended only for compatibility with other systems, such as [Prometheus](prometheus.md).
```
$ curl -k --user admin:admin https://pikvm/api/auth/check
```