Skip to content

Commit a1e4997

Browse files
authored
Add HTTP Authentication heading
1 parent 91c76ab commit a1e4997

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/en/interfaces/http.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ echo 'SELECT number FROM numbers LIMIT 10' | curl 'http://localhost:8123/?databa
346346

347347
By default, the database that is registered in the server settings is used as the default database. Out of the box, this is the database called `default`. Alternatively, you can always specify the database using a dot before the table name.
348348

349+
## Authentication {#authentication}
350+
349351
The username and password can be indicated in one of three ways:
350352

351353
1. Using HTTP Basic Authentication.

0 commit comments

Comments
 (0)