I have microservice based app, and I need to mock one of the service. So when Im requesting one microservice http://service1/src it triggers another one by link lets say http://service2/src I cannot change this link to the mocked one but I want to start wiremock somehow and fake this link, so when I will send request to http://service1/src it will trigger http://service2/src but mocked one
Im able to setup wiremock but I cannot get it directly by link http://service2/src I need to add http://localhost:8080/http://service2/src