Stef Heyenrath

Results 713 comments of Stef Heyenrath

@KyryloAntoshyn Did you just try this: For the body: ``` json "Body": { "Matcher": { "Name": "ExactMatcher", "Pattern": "param1=value1&param2=value2&param3=value3&param4=value4" } } ``` And for the header: ``` json "Headers": [...

How many mappings do you have when WireMock.Net throws errors?

@emygg84 Did you have time yet to get some more details on this?

Dear @emygg84, is this issue still valid?

Hello @emygg84. I'll close this issue for now, in case you still need support, reply to this comment, or create a new issue with some more details.

Hello @DarthXerox, So you want to save only the **first** proxied mapping to the internal mapping + file?

@marspox It's not yet implemented.

Hello @lillo42 , I think this can be added to WireMock.Net, like adding a new property ``` json "Replace" : { "OldValue": "/other/service", "NewValue": "" } ``` to https://github.com/WireMock-Net/WireMock.Net/blob/dc078b57ea463e2c9c7da7f6579af34000596446/src/WireMock.Net/Settings/ProxyAndRecordSettings.cs

@RiccoFerraro in this scenario ; do you use "AllowPartialMapping"? https://github.com/WireMock-Net/WireMock.Net/wiki/Settings#allowpartialmapping

Normally you would not use AllowPartialMapping (set it to false), only use AllowPartialMapping in special cases/scenarios. If you have troubles matching a POST request with a JSON body --> please...