0

The Local Standalone JAR has an option of --proxy-all, but I am looking for the equivalent in the WireMock Cloud service. I want any paths that I haven't mocked to be proxied to the base URL of the live or production environment. Can someone advise on how to achieve this?

dsf
  • 1,203
  • 1
  • 6
  • 11

1 Answers1

0

It seems that proxying with WireMock Cloud is done "per-stub" as their documentation explains: https://docs.wiremock.io/proxying/

It seems that proxying all mappings with one setting isn't a feature they support.

Scott Merritt
  • 1,284
  • 2
  • 13
  • 24