Request and response capturing at Apigee

I have an enterprise scenario for the request/response flow like Client->Apigee->BackendServices.

There is another application[which lives outside of the above mentioned flow path] , which is interested in knowing the request/response coming into the enterprise.

what is the best way for it to get the requests and responses?

0 4 276
4 REPLIES 4

Ghather request data in question in a proxy request preflow, gather response data at proxy response post flow and also in a fault flow in case an error occurs, then use JavaScript to send the data using a fire and forget http request strategy

The response gathedata does not have to be gathered strictly at the potstflow proxy response, it can also be at the any of the response flows, it depends on how you handle response errors

Thanks , but the question i have is how can the 3rd application get this data?

could you please elaborate on -- "then use JavaScript to send the data using a fire and forget http request strategy"