We are using FiddlerCore (v. 4.4.5.6) to capture traffic from our test suite that makes calls against the product servers (behind a VIP). And we are finding ghost requests hitting our servers - that is:
1. The Fiddler log from the client (saved using FiddlerCore) shows a single call.
2. The server logs from product servers shows that two different servers handled this same request.
The request has a unique randomly generated secret token, so we know that it is the exact same request. So somehow a duplicate request is being fired that does not show up in the FiddlerCore trace. We discounted for now a potential issue with the F5-VIP for now.
This issue repros intermittently - so we can't really validate by just disabling FiddlerCore integration.
Is it possible for us to introduce such a scenario if we have a bug in how we integrate with the FiddlerCore session callbacks?
Or is there a possible bug in the version of FiddlerCore that we are using that might result in this behavior?
Appreciate any pointers,
Thanks!
1. The Fiddler log from the client (saved using FiddlerCore) shows a single call.
2. The server logs from product servers shows that two different servers handled this same request.
The request has a unique randomly generated secret token, so we know that it is the exact same request. So somehow a duplicate request is being fired that does not show up in the FiddlerCore trace. We discounted for now a potential issue with the F5-VIP for now.
This issue repros intermittently - so we can't really validate by just disabling FiddlerCore integration.
Is it possible for us to introduce such a scenario if we have a bug in how we integrate with the FiddlerCore session callbacks?
Or is there a possible bug in the version of FiddlerCore that we are using that might result in this behavior?
Appreciate any pointers,
Thanks!