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