Hi @Jackie chen, WireMock doesn’t support this unfortunately as it has a single HTTP client instance and thus a single set of proxy settings.
The only solution I can think of off the top of my head (short of forking WireMock and customising it in this way) is to put e.g. an nginx instance in front of it to act as a single proxy, then configure this to route to the relevant corporate proxies.