Hello all,
I am using Wiremock as standalone api for
record/playback our external http systems, actually all the record part
is successful, but when i try to replay the recorded requests (including
some big json files) i always have a non matching request response from
wiremock with our recorded request as a closest matching. It looks
that the matching should be 100% but i would like to know how can it
tolerate some differences, kind of 70% or 80% matching ?
How can i accept the closest match as the correct match request when launching wiremock playback standalone process ?
Thank you in advance for your help.
Best regards,
Adnane