-
Hello,
I'm facing an issue when recording via proxy. Have seen similar issue was solved here: https://github.com/tomakehurst/wiremock/issues/474 , but I guess in my case the cause is different sin…
-
We use the `WireMockRule` in a way, that we record requests using `WireMockServer::enableRecordMapping` when we make a call to a third-party service. If the recorded mapping (we check it in) is alread…
-
It seems (without yet digging into the code) that WireMock loads the replay files exactly from src/test/resource/... directory which fails to lookup if the working directory for the tests is different…
-
Hi there,
I was about to start my own project for a .Net version of WireMock when I found your repo. However, I also saw the Mock4Net project which looks much the same. Is yours a newer version of …
-
We have been using spring-cloud-contracts and have @AutoConfigureWireMocks and WireMocks that read the stubs. With the reorganization of stubs in 1.1.0 it was far simpler to keep the same structure a…
-
[Short description of problem here]
**Reproduction Steps:**
1. [First Step]
run janus with docker-compose
```
more docker-compose.yml
version: '3'
services:
janus:
image: quay.io/…
-
In wireMock 1.33 I have error 500 with such URL:
_http://pagestat.mmi.bemobile.ua/pagestat/PageStatEntry?cookie=BBCD40B5E60A4809B65493C5368D0EBE&time=1376479473847&location=http%3A%2F%2Flocalhost%3A5…
-
Is it normal that the code above cause a HTTP response code: 500 ? :
```
public class MyTest {
@Rule
public WireMockRule wireMockRule = new WireMockRule(7032);
@Test
public v…
-
Hi,
I have an issue with the stub for HTTP POST when the request has a Json body.
```
JSONObject jsonbody = new JSONObject();
jsonbody.put("validationMessages", "[Unknown parameter tag: [wrongparam…
-
There are a few issues related to this that have been closed, but I'm not sure if this is a new one or I'm messing something up.
I'm trying to match a query parameter that looks something like this…