mwinteringham / wiremock-chrome-extension

A simple chrome extension for Wiremock
MIT License
21 stars 4 forks source link

Updating priority for mapping with response.proxyBaseUrl set removes the proxyBaseUrl property #16

Open omair-inam opened 3 years ago

omair-inam commented 3 years ago

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: image