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`.