-
Notifications
You must be signed in to change notification settings - Fork 221
Open
Labels
Description
I'm trying to record a http post to Docker using Remote API where I send a tar file (via a stream) in Java via OkHttp Client.
Hoverfly records the binary data and shows green in captureMode but fails in simulation mode. My guess is that the JSON doesn't like the binary data in the request. (I got Wiremock to do this and I would like to avoid having Wiremock for one measly test).
https://docs.docker.com/engine/api/v1.26/#operation/ImageLoad "Tar archive containing images"
Reactions are currently unavailable