Hello everybody I would like to intercept a reques...
# general
t
Hello everybody I would like to intercept a request ( for example https://google.com) and return the mocked value response ( for example "hello world ") is possible to do that intercept? thanks everybody
t
You can use proxying to achieve this - either forward proxying, or reverse by defining a proxy stub: https://wiremock.org/docs/proxying/