Updated Request Matching (markdown)

Stef Heyenrath
2023-03-23 21:53:05 +01:00
parent 42f7d3974e
commit 81f1156520

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