From 5feacb86ea8db459e962b9d66c8dbd40ddb2aaa9 Mon Sep 17 00:00:00 2001 From: JosieMD <114172432+JosieMD@users.noreply.github.com> Date: Mon, 3 Jun 2024 15:30:50 +0100 Subject: [PATCH] Update docs/kb/http.md --- docs/kb/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kb/http.md b/docs/kb/http.md index 8a81e4f26..11b815c84 100644 --- a/docs/kb/http.md +++ b/docs/kb/http.md @@ -96,7 +96,7 @@ HTTPS can be handled once kdb+ has been [configured to use SSL/TLS](ssl.md). ### Authentication / Authorization Client requests can be authenticated/authorized using [.z.ac](../ref/dotz.md#zac-http-auth). -This allows kdb+ to be customised with a variety of mechanisms for securing HTTP requests e.g. LDAP, OAuth2, OpenID Connect, etc. +This allows kdb+ to be customized with a variety of mechanisms for securing HTTP requests e.g. LDAP, OAuth2, OpenID Connect, etc. ### Request Handling