lamplessgenie
6 years agoNew Contributor
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...
- 6 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."