Hello, I would like to ask about using WireMock. I...
# help
j
Hello, I would like to ask about using WireMock. It uses a proxy to send requests to the target server, but the server has IP restrictions, allowing only certain IPs to access it. Thus, I can't send requests using the WireMock proxy. Is there a way to resolve this issue?
Only our server can invoke the target server; the WireMock server cannot.
t
Would it be possible to run WireMock in a part of the network that would also be allowed to access the target server? If not, I’m not sure there’s a way round this other than requesting updated network/firewall rules.