Updated Settings (markdown)

Stef Heyenrath
2023-12-08 16:09:35 +01:00
parent 45dfe87b52
commit b466318951
+2
@@ -83,6 +83,7 @@ var server = WireMockServer.Start(new FluentMockServerSettings
Address = "http://company.proxy" Address = "http://company.proxy"
}, },
UseDefinedRequestMatchers = false, UseDefinedRequestMatchers = false,
AppendGuidToSavedMappingFile = true,
ReplaceSettings = new ProxyUrlReplaceSettings ReplaceSettings = new ProxyUrlReplaceSettings
{ {
"OldValue" = "old", "OldValue" = "old",
@@ -103,6 +104,7 @@ Where
* `WebProxySettings` = Defines the WebProxySettings. * `WebProxySettings` = Defines the WebProxySettings.
* `AllowAutoRedirect` = Proxy requests should follow redirection (30x). Default null / false. * `AllowAutoRedirect` = Proxy requests should follow redirection (30x). Default null / false.
* `UseDefinedRequestMatchers` = When SaveMapping is set to <c>true</c>, this setting can be used to control the behavior of the generated request matchers for the new mapping. * `UseDefinedRequestMatchers` = When SaveMapping is set to <c>true</c>, this setting can be used to control the behavior of the generated request matchers for the new mapping.
* `AppendGuidToSavedMappingFile` = Append an unique GUID to the filename from the saved mapping file.
#### WebProxySettings #### WebProxySettings
* `Address` = Contains the address of the proxy server. * `Address` = Contains the address of the proxy server.