-
Having an empty object in the the json mapping causes Wiremock to return an `http:200` with an empty body for the stubs previously defined and paths not mapped.
The issue was reproduced with the vers…
-
Hi,
I'm having an issue when using proxy, the content-type header disappears.
Though I saw that this issue was resolved - (https://github.com/WireMock-Net/WireMock.Net/issues/210)
But it still …
-
# Issue guidelines
If you're asking a question, rather than reporting a bug or requesting a feature, **please post your question on the [mailing list](https://groups.google.com/forum/#!forum/wiremo…
-
Hi!
I'm challenging with this: I created 20k mappings (don't ask me why :) ) and I have performance issues. This is the first problem I found.
I'm checking my mappings via Postman and I'm sending em…
-
## Feature requests
I want `--extract-body-size-threshold` option for standalone process.
The option is the same feature as `extractBodyCriteria` option (`textSizeThreshold` and `binarySizeThresho…
-
StefH updated
5 years ago
-
Hello,
I saw in the wiremock that its possible to use Proxy with Transform - http://wiremock.org/docs/response-templating/
```
wm.stubFor(get(urlPathEqualTo("/templated"))
.willReturn(aRespo…
-
the following stub mapping:
``` javascript
{
"request" : {
"urlPath" : "/partners/[0-9]+/agents/[0-9]+/reports/loans/DAILY",
"method" : "GET",
"queryParameters" : {
"page" : {
…
-
Hello, my name is Victor, I am trying to put the Wiremock.net library in a project, and I am following the documentation and the examples, but I can not make the static maps work, for example I focuse…
-
It would be great to put some details in the HTTP headers of the wiremock response.
X-WireMock-MappingId:
X-WireMock-Scenario:
X-WireMock-ScenarioState:
Where mapping id is a optional attribute on m…