mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-23 00:38:28 +02:00
Updated Proxying (markdown)
@@ -2,7 +2,7 @@
|
|||||||
It's possible to start the WireMockk server in Proxy mode, this means that **all** requests are proxied to the real URL. And the mappings can be recorded and saved.
|
It's possible to start the WireMockk server in Proxy mode, this means that **all** requests are proxied to the real URL. And the mappings can be recorded and saved.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
Setup a proxy to samples.openweathermap.org
|
Setup a proxy to `samples.openweathermap.org`
|
||||||
|
|
||||||
``` c#
|
``` c#
|
||||||
var settings = new WireMockServerSettings
|
var settings = new WireMockServerSettings
|
||||||
|
|||||||
Reference in New Issue
Block a user