Stef Heyenrath

Results 713 comments of Stef Heyenrath

Hello @RiccoFerraro , Maybe as a work-around, you can define the Priority? See https://github.com/WireMock-Net/WireMock.Net/wiki/Stubbing#stub-priority And https://app.swaggerhub.com/apis/StefHeyenrath/WireMock/1.0.13.0#/MappingModel

About your last question : check the https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md for that.

@marspox It's not possible yet to analyze a HttpRequest or HttpRequestMessage to see which mapping will be matched. The only way now it is to send the HttpRequest or HttpRequestMessage...

@marspox & @MychellSantos A possible solution would be that you can use response templating to return the GUID from the matched mapping as a header for example. So ``` json...

@marspox & @MychellSantos A preview version `1.5.4-ci-16400` supports this. Can you please test? (how to use preview : https://github.com/WireMock-Net/WireMock.Net/wiki/MyGet-preview-versions)

@MychellSantos Did you also have time to review / test ?

@marspox and @MychellSantos Did you also have time to review / test ?

@marspox and @MychellSantos : The PR is merged to master, a new NuGet will be released soon.

The link to the example app in the wiki page was wrong. I did correct this. See https://github.com/WireMock-Net/WireMock.Net/tree/master/examples/WireMock.Net.WebApplication.NETCore3 When you run WireMock.Net as an WebApp in Azure it should just...

I just built that example project and published to Azure, and it works fine. ![image](https://user-images.githubusercontent.com/249938/105532686-754d4400-5ceb-11eb-83aa-4cc3801f0cd7.png) Settings are: ![image](https://user-images.githubusercontent.com/249938/105532764-8eee8b80-5ceb-11eb-987d-fe981ef370a5.png)