-1

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.

Zoldszemesostoros
  • 387
  • 1
  • 3
  • 15
  • 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 Answers1

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