Daniel L. Romero
Results
2
comments of
Daniel L. Romero
Hi @vfongmala-willowinc, You could take a look over it,[Proxying]( https://github.com/WireMock-Net/WireMock.Net/wiki/Proxying) ``` _server = WireMockServer.Start(new WireMockServerSettings() { Urls = new[] { "http://localhost:777"}, ProxyAndRecordSettings = new ProxyAndRecordSettings { Url = "https://:443", SaveMapping...
Hi @vfongmala-willowinc Yes you can mock server without recording and mapping but you need keep the WireMockDotNet standar. I don't know how mock without changing app URL. Take a look...