I have a wiremock mapping that proxies requests to another host:
{ "id": "00000000-0000-0000-0000-5a1061c00000", "priority": 100000, "request": { "method": "ANY", "urlPattern": "/api/.*" }, "response": { "proxyBaseUrl" : "https://somehost" } }
If I use the Chrome extension to update the priority of this mapping, the proxyBaseUrl property is wiped out:
I have a wiremock mapping that proxies requests to another host:
{ "id": "00000000-0000-0000-0000-5a1061c00000", "priority": 100000, "request": { "method": "ANY", "urlPattern": "/api/.*" }, "response": { "proxyBaseUrl" : "https://somehost" } }
If I use the Chrome extension to update the priority of this mapping, the proxyBaseUrl property is wiped out: