mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-17 23:14:23 +01:00
Updated Settings (markdown)
@@ -83,7 +83,7 @@ var server = WireMockServer.Start(new FluentMockServerSettings
|
||||
Where
|
||||
* `Url` = The url to proxy to
|
||||
* `SaveMapping` = Save the mapping for each request/response to the internal Mappings
|
||||
* `SaveMappingToFile` = Save the mapping for each request/response to also file. (Note that SaveMapping must also be set to true.)
|
||||
* `SaveMappingToFile` = Save the mapping for each request/response to also file.
|
||||
* `SaveMappingForStatusCodePattern` = Only save request/response to the internal Mappings if the status code is included in this pattern. (Note that SaveMapping must also be set to true.) The pattern can contain a single value like "200", but also ranges like "2xx", "100,300,600" or "100-299,6xx" are supported.
|
||||
* `BlackListedHeaders` = Defines a list from headers which will excluded from the saved mappings.
|
||||
* `ClientX509Certificate2ThumbprintOrSubjectName` = The clientCertificate thumbprint or subject name fragment to use.
|
||||
|
||||
Reference in New Issue
Block a user