-
### Describe the bug
Using WireMock .Net TestContainers
When adding multiple mappings using `WithBody` WireMock does not seem to distinguish between the serialized content overwriting the previous…
-
### Proposal
I am using deploy charts that pull together multiple different service charts and deploy them as one into many different environments.
Each environment is configured through a set o…
-
I now used a github token, so the issue I had before is resolved. Now I get a new issue:
```log
$ mvn clean deploy -Plocal
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems wer…
-
I'd like to mock services with binary content, as UTF-8 encoded strings is not efficient enough for my protocol. Just like the documentation states, weird things may happen. My request body gets alt…
-
### Proposal
I needed to dynamically set the URI for one of the properties based on WireMock setting and wanted to use your solution with `@EnableWireMock` annotation.
I configured everything, and…
-
If the query params are added in the matching url config, throws ''URL does not match' error .
[Documentation](http://wiremock.org/docs/stubbing/) says, it is allowed.
Refer : https://stackoverfl…
-
### Module
Core
### Testcontainers version
1.20.1
### Using the latest Testcontainers version?
Yes
### Host OS
MacOS 14.6.1 (23G93)
### Host Arch
arm64
### Docker version…
-
### Proposal
Hi, I'm trying to stub a GET endpoint that expects a few query parameters.
For some reason, WireMock is not matching the URL, even though I have specified the query parameters.
Ini…
-
I followed the same steps when I tried to use Mockoon Self-Signed SSL, and all worked fine. I exported the Mockoon SSL using Chrome Browser and added it to jssecacerts using keytool and it worked fine…
-
我用docker拉取的wiremock的镜像,版本是2.35.1-1,然后使用docker部署了服务,但是在这个ui页面配置了http://ip:port 之后,提示我服务离线,是为什么呢,还需要配套修改wiremock的源码吗