mockserver-client-net
mockserver-client-net copied to clipboard
RetrieveRecordedRequests failed to deserialize HttpRequest array
I get the following error when trying to get recorded requests from the mock server using docker container latest version (5.11.2)
Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: {. Path '[0].body.json', line 7, position 14
My assumption is a problem with the HttpRequest object "body" JsonProperty definition.