Updated Proxying (markdown)

Stef Heyenrath
2024-03-02 09:39:03 +01:00
parent 0c18cf34ee
commit 8e998af988

@@ -23,7 +23,7 @@ var server = WireMockServer.Start(settings);
You can now call (via an httpclient or just in browser) this URL: `https://localhost:9095/data/2.5/find?q=London&units=metric&appid=b6907d289e10d714a6e88b30761fae22` You can now call (via an httpclient or just in browser) this URL: `https://localhost:9095/data/2.5/find?q=London&units=metric&appid=b6907d289e10d714a6e88b30761fae22`
See also this [proxyandrecordsettings](https://github.com/WireMock-Net/WireMock.Net/wiki/Settings#proxyandrecordsettings) See also this page for more information on the [ProxyAndRecordSettings](https://github.com/WireMock-Net/WireMock.Net/wiki/Settings#proxyandrecordsettings)
# Proxy stub mappings # Proxy stub mappings
Proxy responses are defined in exactly the same manner as stubs, meaning that the same request matching criteria can be used. Proxy responses are defined in exactly the same manner as stubs, meaning that the same request matching criteria can be used.