mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-05-27 00:59:11 +02:00
Updated Request Matching (markdown)
+2
-2
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user