Hello everyone, I am trying to write integration t...
# help
j
Hello everyone, I am trying to write integration test where I call wiremock proxy server with a “GET” request having “request body” but the request body is not getting captured by the mock server. I went through the GitHub implementation but was unsuccessful. Does wiremock capture request body for GET requests? Any help would be greatly appreciated! Thank you
t
Can you share a little more detail? • Are you running the latest version? • Standalone or Java? • How are you starting WireMock? • How are you making the request/running the test?
If you can share the code you’re running that would be ideal