I installed Fiddler to view the traffic to/from a local application via http://localhost:8888/.. I installed Fiddler 4.4.6.2 but am a bit confused by a couple of things.
When I run my test that accesses my app (on http://localhost:8888/.. ) I see the traffic in Fiddler, but the client I am testing crashes because it seems to be getting back something from Fiddler Echo Service instead of the actual response from my app. How do I stop that?
Secondly, even when I turn capturing off (File > Capture Traffic), it is still capturing traffic. I have to exit from Fiddler before it stops.
Is there something else I am meant to do here just to get Fiddler to view the traffic, not modify it, and to stop capturing when I ask?
Thanks!
Rob
:)
When I run my test that accesses my app (on http://localhost:8888/.. ) I see the traffic in Fiddler, but the client I am testing crashes because it seems to be getting back something from Fiddler Echo Service instead of the actual response from my app. How do I stop that?
Secondly, even when I turn capturing off (File > Capture Traffic), it is still capturing traffic. I have to exit from Fiddler before it stops.
Is there something else I am meant to do here just to get Fiddler to view the traffic, not modify it, and to stop capturing when I ask?
Thanks!
Rob
:)