Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Oct 16, 2024
1 parent e64a082 commit 371af88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/client/rest/rest_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ REST API supports the [Basic Authentication](https://developer.mozilla.org/en-US
```
Authorization: Basic <credentials>
```
The `<credentials>` value is the Base64 encoded string of `username:password`. For example,in the case of a user `aladdin` with the password `opensesame`, set the `Authorization` header with `Basic YWxhZGRpbjpvcGVuc2VzYW1l` as Base64 encoded `aladdin:opensesame`.
The `<credentials>` value is the Base64 encoded string of `username:password`. For example,in the case of a user `aladdin` with the password `opensesame`, set the `Authorization` header to `Basic YWxhZGRpbjpvcGVuc2VzYW1l` as Base64 encoded `aladdin:opensesame`.

## Session Resource

Expand Down

0 comments on commit 371af88

Please sign in to comment.