Replies: 1 comment 1 reply
-
I'll keep you updated if I make a preview release for your requests. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there anyway to make WireMock.Net create the proxy mapping using "JsonPartialMatcher", instead of the default "JsonMatcher"?
"Request": { "Body": { "Matcher": { "IgnoreCase": true, "Name": "JsonMatcher",
In addition, I want to omit specific request fields from the saved proxy mapping. Is there a way to define the ProxyAndRecordSettings so certain request fields are not saved? This way, a "partial match" is performed?
Beta Was this translation helpful? Give feedback.
All reactions