Roman Kříž
Roman Kříž
I would love to use Traefik as root proxy for our development server, but we have Docker registry behind it and without this implemented I can't use it. 😕 Wish...
@jnagel33 sorry, it is quite time since I used this thing. Did you try mine version of the migrator? It should fix the recursion problem.
Here is simple workaround if you use Newtonsoft: ```csharp using Newtonsoft.Json; using Newtonsoft.Json.Linq; using RichardSzalay.MockHttp; public static class MockHttpMessageHandlerExtensions { /// /// Allows to partially match json payload (it expects...