You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some times it useful to build a small service (local or remote) to handle the mocking.
So it would be good to have the ability to define a rule where instead of a response with a static body, Mastermind could proxy the connection to a service (e.g. localhost:8888, dev.example.org, staging.example.org).
Some times it useful to build a small service (local or remote) to handle the mocking.
So it would be good to have the ability to define a rule where instead of a
responsewith a staticbody, Mastermind could proxy the connection to a service (e.g. localhost:8888, dev.example.org, staging.example.org).