This is an automated email from the ASF dual-hosted git repository. volodymyr pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/drill.git
commit c77f13c6f4959d382b5b6b789c131fbeaf417c2e Author: Dobes Vandermeer <[email protected]> AuthorDate: Wed Feb 12 14:40:15 2020 -0800 Fix typo --- _docs/developer-information/rest-api/010-rest-api-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/developer-information/rest-api/010-rest-api-introduction.md b/_docs/developer-information/rest-api/010-rest-api-introduction.md index eb9aa06..2d4a59c 100644 --- a/_docs/developer-information/rest-api/010-rest-api-introduction.md +++ b/_docs/developer-information/rest-api/010-rest-api-introduction.md @@ -487,7 +487,7 @@ If drill has authentication enabled, you will have to supply credentials when yo ### Basic authentication -Apache Drill versions 1.18 and higher support HTTP's "Basic" authentication system, sendind the username & password in the `Authorization` header, encoded to base64 and joined using `:`. +Apache Drill versions 1.18 and higher support HTTP's "Basic" authentication system, sending the username & password in the `Authorization` header, encoded to base64 and joined using `:`. Basic authentication support is controlled using `drill-override.conf`. Add the string `"BASIC"` to `http.auth.mechanisms`. Note that if the field is not currently set, it defaults to having `"FORM"` in it, so you probably want to include `"FORM"` if you set this field, so that Web UI users can still use the login form.
