From 9305cfb50e78b25e3264590f5e30e9aa16a47d8a Mon Sep 17 00:00:00 2001 From: Daniel Pokorny Date: Mon, 13 May 2024 13:03:51 +0200 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 894154a..2600568 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Package provides a model for webhook deserialization: `WebhookNotification`. Leg ### Webhook signature verification middleware -This middleware verifies the `X-KC-Signature` header. Returns 401 response if the signature is invalid. +This middleware verifies the `X-Kontent-ai-Signature` (and the legacy `X-KC-Signature`) header. Returns 401 response if the signature is invalid. `appsettings.json`: