mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Body matching fails if body has newline #247
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NoahLerner on GitHub (Feb 13, 2020).
When using
WildcardMatcher, even if using the following config in json mapping file:"Body": { "Matcher": { "Name": "WildcardMatcher", "Pattern": "*" }the mapping is never triggered if I have a newline in the request body. After removing the newline, the mapping is always triggered.