Does anybody have experience with capturing inter-service http communication packets in a microservices setup? I'm just exploring options and would be interested in any approach.
Asked
Active
Viewed 76 times
-1
-
If the provided answer works for you - great! Otherwise, you'll want to provide more details and flesh out your question more with [how to ask](https://stackoverflow.com/help/how-to-ask). – Ross Jacobs May 05 '20 at 22:06
1 Answers
0
I typically use Fiddler or tcpdump
to debug. You can use Fiddler as a man in the middle to monitor data, or tcpdump to capture traffic on a port.

the Tin Man
- 158,662
- 42
- 215
- 303

Jitesh Shivnani
- 363
- 1
- 9