WireMock.Net
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...
Hi! I need to mock POST request with `x-www-form-urlencoded` body: `param1=value1¶m2=value2¶m3=value3¶m4=value4`. I've been reading wiki pages regarding request matching but haven't found any option for matching URL encoded body. Is...
Using WireMock in integration tests does not pick up the SerializerSettings defined in the StartUp
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...
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...
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...
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...
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".
Hello, is there an equivalent of the above (from wiremock.org)?
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...