From 2e0a1b4add8335cc8e1c05bcd05d67487963febb Mon Sep 17 00:00:00 2001 From: JosieMD <114172432+JosieMD@users.noreply.github.com> Date: Mon, 3 Jun 2024 15:31:01 +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 11b815c84..752f13eb7 100644 --- a/docs/kb/http.md +++ b/docs/kb/http.md @@ -98,7 +98,7 @@ HTTPS can be handled once kdb+ has been [configured to use SSL/TLS](ssl.md). Client requests can be authenticated/authorized using [.z.ac](../ref/dotz.md#zac-http-auth). This allows kdb+ to be customized with a variety of mechanisms for securing HTTP requests e.g. LDAP, OAuth2, OpenID Connect, etc. -### Request Handling +### Request handling HTTP request handling is customized by using the following callbacks: