mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-05-28 02:39:16 +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,
|
"IgnoreCase": true,
|
||||||
"RejectOnMatch": 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`.
|
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