mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-05-24 17:06:55 +02:00
Updated Record (via proxy) and Save (markdown)
@@ -5,7 +5,11 @@ var server = FluentMockServer.Start(new FluentMockServerSettings
|
|||||||
{
|
{
|
||||||
Urls = new[] { "http://localhost:9095/" },
|
Urls = new[] { "http://localhost:9095/" },
|
||||||
StartAdminInterface = true,
|
StartAdminInterface = true,
|
||||||
ProxyAndRecordSettings = new ProxyAndRecordSettings { Url = "http://www.bbc.com" }
|
ProxyAndRecordSettings = new ProxyAndRecordSettings
|
||||||
|
{
|
||||||
|
Url = "http://www.bbc.com",
|
||||||
|
SaveMapping = true
|
||||||
|
}
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user