-
Hi, i have a serious problem with WireMock, i was giving all possible tries since 3 days, still no luck.
Issue : We have an project where in we pull data from various data sources (through REST API's…
-
### Issue:
the API to match request with bodyPatterns is expecting a array of dict not directly a dict.
>
> bodyPatterns | Array of object Request body patterns to match against in the : { "":…
-
If I set up a proxy and also the ReadStaticFiles and WatchStaticFiles, and I make the same call twice, should I expect to hit the proxied endpoint the first time, record the mapping, and then use the …
-
**Problem**
The server doesn't seem to be responsive to calls when starting the server in a test or in a pytest fixture using a context (`with` statement).
**Possible cause**
The [check](https:/…
-
The version of wiremock is 2.14.0 API
The command line for starting the wiremock used is as below:
java -jar wiremock-standalone-2.14.0.jar --port 8787 --verbose --record-mappings --match-headers r…
-
I'd like to integration test an application that uses the `Host` header in calls to its dependencies. I'm trying to use WireMock to stub these API dependencies, but the existence of the `Host` header …
-
I need to build a standalone wiremock service which will act a replacement for a future service. It wont have any tests in it. Just mock templates.
Trying to use the `spring-cloud-contract-wiremo…
-
I want to judge non-existent fields in cookie (header, param), such as "Authentication".
I found mapping files cannot implement this logic.
How to solve this problem?
thanks!
-
The stub which was saved using Admin API endpoint /__admin/mappings/save DOES NOT get deleted from backing store.
**Version of WireMock:** wiremock-standalone-2.24.1
**Started with CLI:** java -j…
-
# bodyAsBase64 not recongnized
I observed that the recording gives a new attribute "bodyAsbase64" instead of "base64Body" which was delivered earlier. When the mock server is run against new record…