mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-20 08:13:53 +01:00
Updated Request Matching (markdown)
@@ -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