hi,
I am using Fiddler core version -Mono JIT compiler version 4.2.1.
We send request through fiddler proxy to server and get XML or JSON response from server. Response contains URLs; however every time response missed few urls. Missing urls is not have pattern.
e.g. we are expected to get 20 urls in response; however first time we miss url9 next time url4 and url12. Pattern is not fixed
We are using BeforeRequest and BeforeResponse method and writing all logs in text file.
Is there any issue of FiddlerCore where it lost network packets in between?