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