Pass Through

A feature that allows Copycat to act like a pass through and deliver the received request to another system.


Warning

-So far this feature is only supported for HTTP protocol

When acting as a Pass Through, Copycat will send the received request, with all its parameters to another server (passThrough declaration) and the received response will be delivered as the Scenario's response.

Copycat will store all Pass Through requests/responses for 7 days for future consultation, also the stored request/response can be used as base to create a customized Scenario. To access the stored data the value of X-Mock-Request-Id header should be used (this header is present on all Copycat responses) on the GET /redirects/{{request-id}} endpoint.