From 81f1156520d3533a1e1a960890a71b9b44e99c38 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Thu, 23 Mar 2023 21:53:05 +0100 Subject: [PATCH] Updated Request Matching (markdown) --- Request-Matching.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Request-Matching.md b/Request-Matching.md index c39c9c0..b19420f 100644 --- a/Request-Matching.md +++ b/Request-Matching.md @@ -81,8 +81,8 @@ Note that when you want to match on a missing header, you need to use this mappi "IgnoreCase": true, "RejectOnMatch": true } - } -] + ] +} ``` This means that when the header-key `api-key` (ignoring the casing) is missing the header mapping will match because `RejectOnMatch` is `true`.