mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-22 08:48:46 +02:00
Updated Settings (markdown)
@@ -32,7 +32,8 @@ var server = FluentMockServer.Start(new FluentMockServerSettings
|
|||||||
Url = "http://www.bbc.com",
|
Url = "http://www.bbc.com",
|
||||||
SaveMapping = true,
|
SaveMapping = true,
|
||||||
SaveMappingToFile = true,
|
SaveMappingToFile = true,
|
||||||
BlackListedHeaders = new [] { "dnt", "Content-Length" }
|
BlackListedHeaders = new [] { "dnt", "Content-Length" },
|
||||||
|
BlackListedCookies = new [] { "c1", "c2" }
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user