Skip to content

Commit e29021a

Browse files
authored
Merge pull request ClickHouse#80496 from lpelecq/patch-1
Docs: Add HTTP Authentication heading
2 parents 7036956 + a1e4997 commit e29021a

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)