hello I am working on adding recording functionali...
# wiremock-java
a
hello I am working on adding recording functionality using WireMock. I have a web service where I start recording by specifying the
targetBaseUrl
in the request body. In response, I receive a URL that allows me to test endpoints under the specified
targetBaseUrl
. For some servers, this works correctly, but for others, it returns a 404 error. What's the problem ??
t
If you’re still experiencing this issue, can you provide some specific examples? And do you mean you get the 404 responses when you’ve stopped recording (i.e. playback) or during the recording process itself?