WireMock.Net icon indicating copy to clipboard operation
WireMock.Net copied to clipboard

WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on WireMock Java, but extended with more functionality.Ful...

Results 90 WireMock.Net issues
Sort by recently updated
recently updated
newest added

Hi! I need to mock POST request with `x-www-form-urlencoded` body: `param1=value1&param2=value2&param3=value3&param4=value4`. I've been reading wiki pages regarding request matching but haven't found any option for matching URL encoded body. Is...

question

In the Startup: ``` c# .AddNewtonsoftJson(x => x.SerializerSettings.NullValueHandling = NullValueHandling.Ignore) ``` The integration test custom WebApplicationFactory (which is then used with the Startup of course): ``` c# public class IntegrationTestWebApiFactory...

question

Hello, I would like to know wheather is it possible to get mapping by HttpRequest or HttpRequestMessage. Let's say that I have HttpRequest/HttpRequestMessage object then based on its values I...

question

Hey, hopefully I didn't miss some hidden feature or a different way to solve this problem: **Repeated request problem** I'm sending a sequence of requests from a client to my...

feature

I have deployed WebApplication example of WireMock using Azure App Service , but I am not sure what should be the URL and Port of server , because ports 443...

question

From I can see is that proxy catches a request BUT it's a CONNECT HTTP method which later results in a response to a client "No mapping found".

question

Hello, is there an equivalent of the above (from wiremock.org)?

question

This may not really be a WireMock.Net issue, but I'm hoping that maybe someone can shed some light on what's going on. I'm trying to use WireMock.Net inside some .NET...

question