Hello folks, What is command line or JSON equivale...
# general
h
Hello folks, What is command line or JSON equivalent of this code? https://wiremock.org/docs/proxying/#proxying-via-another-proxy-server
Copy code
WireMockServer wireMockServer = new WireMockServer(options()
  .proxyVia("<http://proxy.mycorp.com|proxy.mycorp.com>", 8080)
);
Never mind was an issue in Docker file.
👍 2