Hello everyone, I am looking for some hints on how...
# help
l
Hello everyone, I am looking for some hints on how to transform (on the fly) responses that WireMock is getting from a service it is proxy-ing to. My use case: I would like to have WireMock in proxy mode and also to transform specific responses. Is this doable?
t
This is possible by implementing
ResponseTransformer
, which acts on the response from the proxy call when proxying.
l
Many thanks, Tom for your quick reply! Is it now called
ResponseTransformerV2
?