Forum Discussion

lamplessgenie's avatar
lamplessgenie
New Contributor
5 years ago
Solved

Is it possible to capture requests sent to an endpoint?

Hi    I have the following situation:    1. External system 1 send information to Service A 2. Service A puts the data into a queue 3. Service B takes the info from the queue and after pr...
  • Radford's avatar
    5 years ago

    Have you looked at using Events? In particular the RequestFilter.filterRequest event, the documentation states "Triggers prior to the request being sent, but after the request is created."