-
## Bug reports
In order to replicate the issue:
- Use Wiremock 2.18.0
- Start Wiremock in standalone mode with --proxy-all and --record-mappings
After a call to /__admin/reset I noticed that:
-…
-
Hello WireMock team (Tom),
I'm using your great tool to mock some REST and SOAP and services. It works great! However I have a requirement that can not be solved by current tools. It's the usage of…
-
Hi,
I am testing how to create an integration test using Spring Cloud Contract but I have some doubts.
In the consumer side, I have a small microservice which in one endpoint connect with a prod…
-
Hi,
This is a feature request to add support to recognise as json custom media types:
e.g. `application/vnd.*+json`.
I think it could be either match on this pattern (or just +json) or open the…
-
We have a service that returns a response with structure similar to the following:
```
{
"jsonString": "{\"attribute\": \"value\"}"
}
```
Example contract to support the response above:
`…
-
- wiremock version: 2.8.0
- configuration dove via __admin api
- configuration used:
```
{
"id" : "my_id",
"name" : "my_name",
"request" : {
"url" : "/some/url",
"method" : "GET…
-
If I set up a response using both .WithBody and .WithStatusCode, it always returns a status code of 200. For example:
```
_mock.Given(
Request.Create()
…
-
I've found that when hosting WireMock.Net in an Azure app service the mappings are lost when the app service restarts. I presume this is due to the resolved location of Directory.GetCurrentDirectory(…
-
@StefH We have a huge data that need to be responded with and also this is been used by other mocks. Can we respond to a matching request with a file content?
-
I have tried with simple example but its unable to produce the expected result in verification
```
@Rule
public WireMockRule serviceMock = new WireMockRule(new WireMockConfiguration().notifier(ne…