https://linen.dev logo
Title
t

Tomas Belda

03/23/2023, 3:23 PM
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

Tom

03/23/2023, 3:24 PM
You can use proxying to achieve this - either forward proxying, or reverse by defining a proxy stub: https://wiremock.org/docs/proxying/